Skip to content
Snippets Groups Projects
Commit 90f275ea authored by Folio Mikael's avatar Folio Mikael
Browse files

Affichage des erreurs si besoin

Défaut non
parent 8a84ed72
No related branches found
No related tags found
No related merge requests found
<?php
// Activer les rapports d’erreurs PHP
//error_reporting(E_ALL^E_NOTICE);
//ini_set ("display_errors", "on");
error_reporting(0);
ini_set ("display_errors", "0");
// Afficher toutes les erreurs dans SPIP
//define('SPIP_ERREUR_REPORT', E_ALL);
//ini_set('display_errors', 0);
define('SPIP_ERREUR_REPORT', 0);
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment