summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorraul2014-06-13 21:36:02 +0200
committerraul2014-06-13 21:36:02 +0200
commit3ea6f0a6667122af7ad2980bc00bad841d28af17 (patch)
tree8ccfb2bdc9953a50d4815593ea09d513205629de /config.php
parentDump current db scheme (diff)
downloadslx-admin-3ea6f0a6667122af7ad2980bc00bad841d28af17.tar.gz
slx-admin-3ea6f0a6667122af7ad2980bc00bad841d28af17.tar.xz
slx-admin-3ea6f0a6667122af7ad2980bc00bad841d28af17.zip
[i18n] add i18n support, WIP
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php b/config.php
index 179e1a16..c2e9dff2 100644
--- a/config.php
+++ b/config.php
@@ -14,6 +14,8 @@ 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('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');
define('CONFIG_REMOTE_ML', 'http://mltk.boot.openslx.org/update/new');