summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorraul2014-08-06 16:31:54 +0200
committerraul2014-08-06 16:31:54 +0200
commit244a87be2aa4b7721fca1afefcdeae8f44478add (patch)
treec1666b7208d3ebdf988f3ab18f35465d21ee9a65 /config.php
parent[i18n] Altering JSONs through the web interface is now possible (diff)
downloadslx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.tar.gz
slx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.tar.xz
slx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.zip
[i18n]Corrected the system and added warnings to the table lines of the Language Administration page
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 110f3261..cd271e0c 100644
--- a/config.php
+++ b/config.php
@@ -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);