summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example
index d8fcd11a..daea919b 100644
--- a/config.php.example
+++ b/config.php.example
@@ -1,7 +1,7 @@
<?php
// This might leak sensitive information. Never enable in production!
-define('CONFIG_DEBUG', true);
+define('CONFIG_DEBUG', false);
define('CONFIG_SESSION_DIR', '/tmp/openslx');
define('CONFIG_SESSION_TIMEOUT', 86400 * 3);