;gY{0 >IF:z^Jn.'); define('SECURE_AUTH_KEY', '9Iu==qW.B.aJ;ld3|cR{g{{PtW|EiHqt#W~Whyy.!HZG?jB`6;v!Rm2f3@nn0*g!'); define('LOGGED_IN_KEY', 'o3kBk&GK4%,^t3<4XE>Iz=8_XSOPNb/`QEB$z5PiRS8S@8=;T6QDt#P4gU{e{[Nx'); define('NONCE_KEY', '3QB]+[r* KbUmKS#mIz|~YS]/:hchbjflNSd,jAwu )L[=uqHH*U_s(]3hw]wRT@'); define('AUTH_SALT', '#Ohijl+z=B[qY#_Oq}XnOw3LRzj34u&3uSTD0~$!#*^m/|>QTe{>(}%si_la+?]{'); define('SECURE_AUTH_SALT', '.jx. #:2t`+fp/hYSQ%f9`Jxgc4*Py1szP]2cbg*lMmx9LBm!jD<$$`,S;hnu0du'); define('LOGGED_IN_SALT', ';${N_ghS+^M*l>h5H1S!F,J,boHZsWL` a^-F>lVt1X,d3fVM,p.r%ES2urjv?5i'); define('NONCE_SALT', '|,m@Hw Dm/q?oF>ty80nQ0azAe2LwUW=UTK,s-]UcxVI:,vAjvVWZF+4B8peYs8f'); /**#@-*/ /** * 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 = 'ma_'; /** * 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); if (false !== strpos($_SERVER['HTTP_HOST'], 'orange35.com')) { $siteUrl = 'https://' .$_SERVER['HTTP_HOST'] . '/fasoon.ch/trunk/www'; define('WP_HOME', $siteUrl); define('WP_SITEURL', $siteUrl); if ( WP_DEBUG ) { // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings //define( 'WP_DEBUG_DISPLAY', false ); //@ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true ); } } elseif (false !== strpos($_SERVER['HTTP_HOST'], 'adaptainc.com')) { $siteUrl = 'https://' .$_SERVER['HTTP_HOST'] . '/fasoon.ch/trunk/www'; define('WP_HOME', $siteUrl); define('WP_SITEURL', $siteUrl); } define('AUTOMATIC_UPDATER_DISABLED', true); // dont load WPML language script.js define( 'ICL_DONT_LOAD_LANGUAGES_JS', true ); /* 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');