]d5!SY8NWp%~Gs:K<)[cXJ~OnsrM?WG%P)Uex|SErakAM,`mokR@m7dM4ahr|dt[;Qlm/Bx3n]19Fl]x=f&wi)@'); define('AUTH_SALT', ' |Y;Tf` z!ci%Fn*|^9-[)G1oXUrn9x{kz|+/=6:SWm[[=nd4zd@PSM]Lq1MyB(s'); define('SECURE_AUTH_SALT', 'WRyBo2>VM0`nP+!j6F:(0vPo3Kk9@|Umf+kE&(*3:C#hd}Ca!@C-*ig~Nu+NezRu'); define('LOGGED_IN_SALT', 't I&%yRf6B-b?v+9[&+dJ-O2sj!5N$&hq9VUuhVaupJx!:,PGT)e(.5BA{f,_l6x'); define('NONCE_SALT', '8Ur,(MG kq[CU#*c>j]bCbp.A^;Mh9r^!|0R,2@`)V&HG^+JvPGIi}K+r&A,]NjP'); /**#@-*/ /** * 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 = 'yo_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * 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. */ define('WP_DEBUG', false); ini_set('log_errors',TRUE); ini_set('error_reporting', E_ALL); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');