aWp|+n:A+h_V47]<>IgyiuN'); define('SECURE_AUTH_SALT', '4uA?r&s2F&;:q&X`dZ1w.U-~*+Y4qxi0pT0j6EX0RM_JEI+4;nw@?M$GI?,]UyycvK6MZVRr+1o-TE'); define('NONCE_SALT', '5!oqBDajSxRt4C!W;y:Tj33,Z~mO@Pp|jmr;DV*S)@PF6~rlzjbORqr-&?K?{@YN'); /**#@-*/ /** * 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_'; /** * 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', 'it_IT'); /** * 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', true); // Abilitare la modalità WP_DEBUG define('WP_DEBUG', false); // Abilitare il salvataggio del log nel file /wp-content/debug.log define('WP_DEBUG_LOG', true); // Disabilitare la stampa di errori e avvisi define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); /* 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'); /** BLOCCARE AGGIORNAMENTI AUTOMATICI*/ define( 'AUTOMATIC_UPDATER_DISABLED', true );