diff options
author | raul | 2014-08-06 16:31:54 +0200 |
---|---|---|
committer | raul | 2014-08-06 16:31:54 +0200 |
commit | 244a87be2aa4b7721fca1afefcdeae8f44478add (patch) | |
tree | c1666b7208d3ebdf988f3ab18f35465d21ee9a65 /config.php | |
parent | [i18n] Altering JSONs through the web interface is now possible (diff) | |
download | slx-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |