cfoe
2012-05-22 0ae667e6cfdd1bcc85bacf85cd93a84f99fa88f8
interface/web/admin/lib/module.conf.php
@@ -78,14 +78,22 @@
$items[] = array( 'title'    => 'Interface Config',
              'target'    => 'content',
              'link'   => 'admin/system_config_edit.php?id=1');
$items[] = array( 'title'    => 'Additional PHP Versions',
              'target'    => 'content',
              'link'   => 'admin/server_php_list.php',
              'html_id'=> 'server_php_list');
$module['nav'][] = array(   'title'   => 'System',
                     'open'    => 1,
                     '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',
@@ -94,22 +102,17 @@
$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);
@@ -196,11 +199,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);