-:3N*%`4g(RRiMvNG0cj3vw2+Y`uKG.58'); define('SECURE_AUTH_SALT', 'Sl/_=kiH_P08S@~GY~xc/&P]b.t:8OzR65?uVYBs)0a(LiI-M{0O`5LV<8NCQkQH'); define('LOGGED_IN_SALT', '4o.m4abU@$[zp@|/=-pU>zqqdDv&LN}SdcIeGIE1Gp3Y,b0xY~1H29Qr<`WZ[%V@'); define('NONCE_SALT', '$}F-%Sy~>3LhHNw#W5sxga0LWu3koa$tp{l-JYs6:4JA) CqP3r#$l[n&m)0M'); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ define('FS_METHOD', 'direct'); /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true); if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');