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. --- install/tpl/config.inc.php.master | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 1ce1c88..97b94fe 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -56,7 +56,7 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.3.2'); +define('ISPC_APP_VERSION', '3.0.3.3'); //** Database @@ -143,7 +143,6 @@ $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/default/images/ispc_logo.png'; - //** Default Language $conf['language'] = '{language}'; $conf['debug_language'] = false; @@ -156,7 +155,6 @@ //** Auto Load Modules $conf['start_db'] = true; $conf['start_session'] = true; - //** Constants define('LOGLEVEL_DEBUG',0); -- Gitblit v1.9.1