]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/settings.php
[BUGFIX] remove auto-generated FIX ME in config.local.php file
[jirafeau_mojo42.git] / lib / settings.php
index fa7a732ccb3c7c51988cdf028e557061780e3e9f..c520412bd3ae8ac397ec46703ec8938de7e0dd07 100644 (file)
@@ -29,11 +29,18 @@ 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 */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.1.0');
+define('JIRAFEAU_VERSION', '4.1.1');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de