From 990a55dcc4bddfec2b10525830acdc3b112cc956 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 03 Jan 2012 11:08:05 -0500
Subject: [PATCH] Fixed: FS#1885 - Wrong DNS server selected in multiserver when client creates dns zone when no limits are set

---
 interface/web/admin/lib/module.conf.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index 4a0b48e..20fb322 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -193,11 +193,13 @@
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/remote_action_osupdate.php',
 				  'html_id'=> 'osupdate');
-
+/*
+// ISPConfig interface update has been removed. Please use ispconfig_update.sh on the shell instead.
 $items[] = array( 'title' 	=> 'Do ISPConfig-Update',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/remote_action_ispcupdate.php',
 				  'html_id'=> 'ispcupdate');
+*/
 
 $module['nav'][] = array(	'title'	=> 'Remote Actions',
 							'open' 	=> 1,

--
Gitblit v1.9.1