From ccbf1497dde4aef031a39544235a284641e694de Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 04 Mar 2014 16:18:36 -0500 Subject: [PATCH] - Added templating library to installer. - Added function to detect the apache version to installer. - Added support for apache 2.4 to vhots templates for ispconfig vhost and apps vhost in installer. --- interface/lib/config.inc.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 12d4b48..3007f24 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -139,6 +139,7 @@ //** Default Language $conf['language'] = 'en'; $conf['debug_language'] = false; +$conf['language_file_import_enabled'] = true; // Bool value: true / false //** Default Country $conf['country'] = 'DE'; -- Gitblit v1.9.1