From 50a714ff6a2e9812e29924270a449dade16950cd Mon Sep 17 00:00:00 2001 From: divinatus <milykim@hotmail.fr> Date: Thu, 14 Sep 2023 13:25:24 +0200 Subject: [PATCH] Suppression debug statut --- design_system_admin/mes_options.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/design_system_admin/mes_options.php b/design_system_admin/mes_options.php index 3a4298a..8d4e5c9 100644 --- a/design_system_admin/mes_options.php +++ b/design_system_admin/mes_options.php @@ -1,15 +1,15 @@ <?php // Activer les rapports d’erreurs PHP -error_reporting(0); -ini_set ("display_errors", "0"); +//error_reporting(E_ALL^E_NOTICE); +//ini_set ("display_errors", "on"); // Afficher toutes les erreurs dans SPIP -define('SPIP_ERREUR_REPORT', 0); +//define('SPIP_ERREUR_REPORT', E_ALL); if (!defined('_ECRIRE_INC_VERSION')) { return; } -define('_SPIP_DEBUG', false); +//define('_SPIP_DEBUG', true); // configuration des composants du plugin // définir la position des composants de commandes -- GitLab