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