| Server IP : 69.72.244.102 / Your IP : 216.73.216.164 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/konzalta/johnweru.com/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* 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', 'konzalta_wp_dphfm' );
/** Database username */
define( 'DB_USER', 'konzalta_wp_1z5dy' );
/** Database password */
define( 'DB_PASSWORD', '$Ux$TOOu65zFuF*5' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'M7+12@4%-OX)[~8&6Vqe[vo4d13L2-CQJ4*Z21Uqs6kS*0iLk(d]psBPU3N6EJii');
define('SECURE_AUTH_KEY', 'x+6P|4|G3(4G@8l/|bWzUS#|fc903d1P|])1%78@567bxB728akc7[%5pG~7r4!~');
define('LOGGED_IN_KEY', 'O&9J-[|(uL9(e@Q&3659To68vm71j!DobI8UgPTc@G#%8tl34oO0Q;356QA&Gv8y');
define('NONCE_KEY', '2oN_|F1ECwD|h#&]s%ixZ60;xCYW44p)083u6jfp;rnP[908!7yOUo0!zyeG%]sc');
define('AUTH_SALT', '6@L9e6Fg6;jSx;79E7*lA_Bo29-8Q79|@9Jme8n7_4m]6&Jh_6g(ddV*l[/0e31]');
define('SECURE_AUTH_SALT', 'O@#|lr[aG-)pQMp3p_z:xz[uk|X3mQY*4)cZ@ZX53w&10z@6lR|p8C;R0lw4BSWC');
define('LOGGED_IN_SALT', ';wue&xt;eZLn!~gO99HSYbei5)2X2y(27~I600NMPa12c*44qZ8hc5a_3Nf90i9)');
define('NONCE_SALT', 'aohd:Uq[5C3In942*n9Ca3Tvhs-U:7qtH9MrJ:~@6BU;~8bp*e@7]318aF-s3v+|');
/**#@-*/
/**
* 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 = 'MWtxC0i_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';