summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorraul2014-06-30 16:48:40 +0200
committerMichael Pereira Neves2014-07-11 15:03:22 +0200
commit07839c3c65cac3dbeb80cb40702667f4c21bdf13 (patch)
treed906f2a03bfda544807bf294b4cb312893a229c5 /config.php
parentrevert changes (diff)
downloadslx-admin-07839c3c65cac3dbeb80cb40702667f4c21bdf13.tar.gz
slx-admin-07839c3c65cac3dbeb80cb40702667f4c21bdf13.tar.xz
slx-admin-07839c3c65cac3dbeb80cb40702667f4c21bdf13.zip
[i18n]creation of the lang folder
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 c2e9dff2..1639c7c3 100644
--- a/config.php
+++ b/config.php
@@ -14,7 +14,7 @@ define('CONFIG_SQL_PASS', 'geheim');
define('CONFIG_SQL_FORCE_UTF8', false);
//define('CONFIG_SQL_DB', 'openslx');
-define('LANG',str_replace("\n", "", file_get_contents('lang.txt')));
+define('LANG',str_replace("\n", "", file_get_contents('lang/lang.txt')));
define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');