ajout dans debug_spip test_email_dest

This commit is contained in:
Christophe 2021-06-03 16:26:05 +02:00
parent 93bf4b9fff
commit dd3f526d8b

View file

@ -345,8 +345,10 @@ function debug_spip() {
define('SPIP_ERREUR_REPORT',E_ALL^E_NOTICE);
define('SPIP_ERREUR_REPORT_INCLUDE_PLUGINS',E_ALL^E_NOTICE);
define('_DEV_VERSION_SPIP_COMPAT',"3.2.99");
define('_TEST_EMAIL_DEST', 'tofulm@gmail.com');
define('_NO_CACHE', -1);
//define('_NO_CACHE', -1);
define('_INTERDIRE_COMPACTE_HEAD_ECRIRE', true);
}