From 3cdb9a8fdc13ceb9de7a32b6fd989b76bafb45af Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 08 Jun 2011 04:58:27 -0400 Subject: [PATCH] Fixed: FS#1642 - Adding new content filters breaks header_checks, body_checks etc. --- interface/lib/config.inc.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index b584146..2344132 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -128,11 +128,16 @@ $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/default/images/ispc_logo.png'; +//** Templates +$conf['templates'] = '/usr/local/ispconfig/server/conf'; //** Default Language $conf['language'] = 'en'; $conf['debug_language'] = false; +//** Default Country +$conf['country'] = 'DE'; + //** Misc. $conf['interface_logout_url'] = ''; // example: http://www.domain.tld/ -- Gitblit v1.9.1