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