make debug output optional, default false
This commit is contained in:
parent
e1b16e250e
commit
3fc7bbb877
@ -14,7 +14,7 @@ if (preg_match("/config.inc.php/", $_SERVER['SCRIPT_NAME'])) {
|
|||||||
|
|
||||||
// Debug mode
|
// Debug mode
|
||||||
// Enables PHP error output
|
// Enables PHP error output
|
||||||
$CONF['debug'] = 'true';
|
$CONF['debug'] = 'false';
|
||||||
|
|
||||||
// Language config
|
// Language config
|
||||||
// Language files are located in './languages'.
|
// Language files are located in './languages'.
|
||||||
|
Loading…
Reference in New Issue
Block a user