From f2a9b2faec10094514c16ea2c3539f910dc2bc62 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 04 Sep 2013 05:26:33 -0400 Subject: [PATCH] - Added warning message to language import script. - Added switch to disable import function in config.inc.php - Merged language files. --- install/install.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/install/install.php b/install/install.php index aa9304b..adb1db5 100644 --- a/install/install.php +++ b/install/install.php @@ -108,8 +108,9 @@ $conf['language'] = $inst->simple_query('Select language', array('en','de'), 'en'); $conf['timezone'] = get_system_timezone(); -//* Set defaukt theme +//* Set default theme $conf['theme'] = 'default'; +$conf['language_file_import_enabled'] = true; //** Select installation mode $install_mode = $inst->simple_query('Installation mode', array('standard','expert'), 'standard'); -- Gitblit v1.9.1