From f78f1e5d4e837b658b535d90c28c3a55df8e8a91 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 09 Oct 2014 12:22:36 -0400 Subject: [PATCH] - certificate bundle is deprecated since apache 2.4.8 --- 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 a5915c7..7b5dace 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