X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/a916c325ea4dac39af4941d4a1fcd0c755c0edda..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