From 8f39b9339d848b0a7fbe8fb3e1d4f20375e1d95c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 03 Jan 2012 07:49:59 -0500 Subject: [PATCH] Fixed: FS#1951 - dns: wrong named.conf.local generated with reverse dns delegation for small networks --- interface/web/admin/lib/module.conf.php | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 25c38bc..20fb322 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -84,16 +84,30 @@ 'items' => $items); // cleanup unset($items); - +/* +$items[] = array( 'title' => 'Firewall IPTables', + 'target' => 'content', + 'link' => 'admin/iptables_list.php'); $items[] = array( 'title' => 'Firewall', 'target' => 'content', 'link' => 'admin/firewall_list.php', - 'html_id'=> 'firewall_list'); + 'html_id'=> 'firewall_list');*/ + +$items[] = array( 'title' => 'Basic', + 'target' => 'content', + 'link' => 'admin/firewall_list.php'); +/* +$items[] = array( 'title' => 'Packet Filter', + 'target' => 'content', + 'link' => 'admin/firewall_filter_list.php'); - +$items[] = array( 'title' => 'Port Forward', + 'target' => 'content', + 'link' => 'admin/firewall_forward_list.php'); +*/ $module['nav'][] = array( 'title' => 'Firewall', - 'open' => 1, + 'open' => "1", 'items' => $items); @@ -179,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