Add the debug toggle in config.inc.php.sample

This commit is contained in:
Jeroen 2022-08-21 12:27:20 +02:00
parent ee08edf6bc
commit 1e8ca84dee
Signed by: jeroen
GPG Key ID: 7C7028F783798BAB

View File

@ -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';