From dd3f526d8bea9f42ae2676c7c536865611c9d02d Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 3 Jun 2021 16:26:05 +0200 Subject: [PATCH] ajout dans debug_spip test_email_dest --- UltiSnips/php.snippets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets index 0d016d9..8ac1cf3 100755 --- a/UltiSnips/php.snippets +++ b/UltiSnips/php.snippets @@ -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); }