From 4f5d823e5bd70d1d1cd9c665d2ec5727b3a5bc4e Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Mon, 23 May 2011 17:26:10 -0400
Subject: [PATCH] comment by line so the user can test

---
 install/lib/update.lib.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/install/lib/update.lib.php b/install/lib/update.lib.php
index 8faff1a..4cc7355 100644
--- a/install/lib/update.lib.php
+++ b/install/lib/update.lib.php
@@ -95,6 +95,9 @@
 	$conf['services']['file'] = ($tmp['file_server'] == 1)?true:false;
 	$conf['services']['db'] = ($tmp['db_server'] == 1)?true:false;
 	$conf['services']['vserver'] = ($tmp['vserver_server'] == 1)?true:false;
+	$conf['services']['proxy'] = ($tmp['proxy_server'] == 1)?true:false;
+	$conf['services']['firewall'] = ($tmp['firewall_server'] == 1)?true:false;
+	
 	$conf['postfix']['vmail_mailbox_base'] = $ini_array['mail']['homedir_path'];
 	
 	//* Do incremental DB updates only on installed ISPConfig versions > 3.0.3

--
Gitblit v1.9.1