From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Wed, 25 May 2011 19:11:40 -0400
Subject: [PATCH] the altertable for the groups

---
 install/tpl/config.inc.php.master |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index e3e386e..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,11 +155,6 @@
 //** Auto Load Modules
 $conf['start_db'] = true;
 $conf['start_session'] = true;
-
-//** CA-configuration
-$conf['CA-path'] = '{CA-path}';
-$conf['CA-pass'] = '{CA-pass}';
-
 
 //** Constants
 define('LOGLEVEL_DEBUG',0);

--
Gitblit v1.9.1