From 3ea6f0a6667122af7ad2980bc00bad841d28af17 Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 13 Jun 2014 16:36:02 -0300 Subject: [i18n] add i18n support, WIP --- config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php') 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'); -- cgit v1.2.3-55-g7522