ajout dans debug_spip test_email_dest
This commit is contained in:
parent
93bf4b9fff
commit
dd3f526d8b
1 changed files with 3 additions and 1 deletions
|
@ -345,8 +345,10 @@ function debug_spip() {
|
||||||
define('SPIP_ERREUR_REPORT',E_ALL^E_NOTICE);
|
define('SPIP_ERREUR_REPORT',E_ALL^E_NOTICE);
|
||||||
define('SPIP_ERREUR_REPORT_INCLUDE_PLUGINS',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);
|
define('_INTERDIRE_COMPACTE_HEAD_ECRIRE', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue