Add the debug toggle in config.inc.php.sample
This commit is contained in:
parent
ee08edf6bc
commit
1e8ca84dee
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user