From a5fe2742b8e90e7bb2ee4a3a9df3ea64afd6eaff Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Fri, 09 Sep 2011 14:09:31 -0400
Subject: [PATCH] Fixed #1390 - Added 3ware controller (was my script i use 3ware)

---
 interface/lib/plugins/sites_web_domain_plugin.inc.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/interface/lib/plugins/sites_web_domain_plugin.inc.php b/interface/lib/plugins/sites_web_domain_plugin.inc.php
index 85a4cc0..f41edd6 100644
--- a/interface/lib/plugins/sites_web_domain_plugin.inc.php
+++ b/interface/lib/plugins/sites_web_domain_plugin.inc.php
@@ -39,8 +39,7 @@
 		Function to create the sites_web_domain rule and insert it into the custom rules           
     */
     function sites_web_domain_edit($event_name, $page_form) {
-        global $app, $conf;            
-        
+        global $app, $conf;   
         // make sure that the record belongs to the clinet group and not the admin group when a dmin inserts it
         // also make sure that the user can not delete domain created by a admin
         if($_SESSION["s"]["user"]["typ"] == 'admin' && isset($page_form->dataRecord["client_group_id"])) {

--
Gitblit v1.9.1