X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/0c2a55c003682345fb1af7ae2fde73c79ee36fde..9d77c0fe903db4f4ab2e3c6b5d5fc956f58c227d:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 9bccc86..c520412 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -29,6 +29,13 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { unset($cfgOriginal); } +// Setup debug mode +error_reporting(0); +if ($cfg['debug'] === true) +{ + error_reporting(E_ALL); +} + // Set constants /* Jirafeau package */