From fc2a4bcd2c3b544ce3df87c64bd7c915dc0d7397 Mon Sep 17 00:00:00 2001 From: raul Date: Thu, 10 Jul 2014 10:29:50 -0300 Subject: [i18n] reorganized the internationalization system --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php') diff --git a/config.php b/config.php index 1639c7c3..2fe7a78e 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/lang.txt'))); +define('LANG', $language); define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); -- cgit v1.2.3-55-g7522