diff --git a/config.inc.php.sample b/config.inc.php.sample index c9c8397..3adf8c9 100644 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -12,6 +12,11 @@ if (preg_match("/config.inc.php/", $_SERVER['SCRIPT_NAME'])) { exit; } + +// Debug mode +// Enables PHP error output +$CONF['debug'] = 'false'; + // Language config // Language files are located in './languages'. $CONF['default_language'] = 'en';