File: /home/icsla/public_html/wp-config.php
<?php
define( 'WP_CACHE', true /* Modified by NitroPack */ );
/**
* 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', 'wp_r2uu1' );
/** Database username */
define( 'DB_USER', 'wp_2eq2p' );
/** Database password */
define( 'DB_PASSWORD', 'Tv@X6$Fs_6~5*TX4' );
/** 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', 'x~a8@w_8w9nJI5))9S1()7pIBzJ(/p*z-HEF%%73M9v+]:5xQN!IIvf*~7)%(j-h');
define('SECURE_AUTH_KEY', '4_~]2%X6n-|L5M[w1k9LYQ;1)7xq1K3@_Y]r|~G2C0l+/:c3R]w&I0:Sr[WW3T5@');
define('LOGGED_IN_KEY', 'N7@|xa@7v3(hR&6lC55l~q(6]k4%o_9;nJVR~l7g#89k5+8dnBX6:bH)I/~u@6g7');
define('NONCE_KEY', '8S%mgO39-6]d7/e4yB;un7l:&wTj-9mbBCf)t0q#XOGNL+[cd1nb4OQ@-pwrppqc');
define('AUTH_SALT', 'O[Sk]3&bb_C55]G330jezp4:5[C0;38anr02T*%O3jN+Wrx57~2][uO0))l:kh3T');
define('SECURE_AUTH_SALT', '5:!sGWm33u24dJWWZ[Q_:p]4#**fQy@uilPdOI6095a1k/1Wtu!J7O(fzA8;A!MX');
define('LOGGED_IN_SALT', '0o:]Ty:de]#-SXirMI59/9e*L1Lb[k7M5z9q50Bz+/5~EC2F7m|!*4MV]@4T(8n%');
define('NONCE_SALT', '53x*F(kS@5LN58U&+7*:t!@+M_07dv7a(/32V/l!:c13Ya8w)Lz6~rO&G!9P1*35');
/**#@-*/
/**
* 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. */
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_LOG', false );
define( 'SCRIPT_DEBUG', false );
define( 'SAVEQUERIES', false );
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', 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';