From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

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

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index c4e1f5a..84959d6 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -85,7 +85,7 @@
 // cleanup
 unset($items);
 /*
-$items[] = array( 'title' 	=> 'IPTables',
+$items[] = array( 'title' 	=> 'Firewall IPTables',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/iptables_list.php');
 
@@ -97,7 +97,7 @@
 $items[] = array( 'title' 	=> 'Basic',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/firewall_list.php');				  
-
+/*
 $items[] = array( 'title' 	=> 'Packet Filter',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/firewall_filter_list.php');				  
@@ -105,7 +105,7 @@
 $items[] = array( 'title' 	=> 'Port Forward',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/firewall_forward_list.php');				  
-
+*/
 $module['nav'][] = array(	'title'	=> 'Firewall',
 							'open' 	=> "1",
 							'items'	=> $items);
@@ -194,11 +194,13 @@
 				  '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,
 							'items'	=> $items);

--
Gitblit v1.9.1