| Server IP : 178.105.222.151 / Your IP : 216.73.216.38 Web Server : nginx/1.28.3 System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/cwd/ |
Upload File : |
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'mnk_wordpress' );
/** Database username */
define( 'DB_USER', 'mnk_user' );
/** Database password */
define( 'DB_PASSWORD', 'MnkStudio2024secure' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', '>0&-Q7o$P2eTP!ip.H$pWDPUVq>&C{691:k|`$Hk#ZG^@z6US>~f9Hc*91oyZnot' );
define( 'SECURE_AUTH_KEY', '+[IgC163peR=(WB<n}LQS9!q&ULGTc|)y}mv0KLmeOjka3aW{c5EN:o%@Zn,7ah$' );
define( 'LOGGED_IN_KEY', '#,5=3J0n#k7Ta7w==G!/sQ=> ?`[n}(J0XLEJy=C#,3SlH+o0F]hw_}2D4BHs/AF' );
define( 'NONCE_KEY', '>! e 2NK]Da;CzJKjVNoddU9pl[<(DqBjq7! -:>wvSN<4Vnw`*gqudVRlf-Cc&Y' );
define( 'AUTH_SALT', 'H:n4kCxk%U_fB^1?J{MV(=:s16&C]=xB=~B{6z-)mC96eYu,4zI1_h]Kl^>2}p<C' );
define( 'SECURE_AUTH_SALT', '/gU5La:C=km7 BR,Dlo/p&O_0+):h7T#X/5$]dn^SHeC{u_f.C{.*>QYuS/sfns<' );
define( 'LOGGED_IN_SALT', 'zpf01ik.uK*i|^mj F|QLWY,5WF1X~O|fci_xg|pJ`Lp[+M$|UHOdUd~q2I5Xj4k' );
define( 'NONCE_SALT', '^OKjwxG0OZL7FcdjGK?V3FY)sp2CE?jCn:EwispO9QOw]cp5L$y&0j !xt7bV4:b' );
define( 'WP_CACHE_KEY_SALT', 'C8-lk$s&Ztcv]r/V?V)e-vTzt?S,{$bS6_6_~yYDXs`4YK29NoL*v.p ?r6p`|-W' );
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';