From 871b338ce958111fb8fdea43c30beeaa0fb82322 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Sep 2008 10:35:12 -0400
Subject: [PATCH] - Updated ubuntu installation instructions. - Fixed a few bugs in suphp implementation.

---
 interface/web/sites/web_domain_edit.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php
index 336a538..e757854 100644
--- a/interface/web/sites/web_domain_edit.php
+++ b/interface/web/sites/web_domain_edit.php
@@ -273,6 +273,7 @@
 			$client_id = intval($client["client_id"]);
 		}
 		
+		/*
 		// Set the values for document_root, system_user and system_group
 		$system_user = 'web'.$this->id;
 		$system_group = 'client'.$client_id;
@@ -280,6 +281,7 @@
 		
 		$sql = "UPDATE web_domain SET system_user = '$system_user', system_group = '$system_group', document_root = '$document_root' WHERE domain_id = ".$this->id;
 		$app->db->query($sql);
+		*/
 		
 	}
 	

--
Gitblit v1.9.1