X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/c3c7c86917d4c01c0cb2188dba77e4119788e81f..d598ed64ed220d9bc3113add823c93310c68ad38:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 621af0c..fa9efaa 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -30,11 +30,15 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { } // Setup debug mode -error_reporting(0); if ($cfg['debug'] === true) { - error_reporting(E_ALL); + @error_reporting(E_ALL); } +else +{ + @error_reporting(0); +} + // Set constants