X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/871a40df8b73ce50251e2827c1e193902756ddac..1203cc4e9094fa86f7978c9da56f454d4c21ca32:/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 */