| | |
| | | 'items' => $items); |
| | | // cleanup |
| | | unset($items); |
| | | |
| | | /* |
| | | $items[] = array( 'title' => 'IPTables', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/iptables_list.php'); |
| | | |
| | | $items[] = array( 'title' => 'Firewall', |
| | | 'target' => 'content', |
| | | 'link' => 'admin/firewall_list.php', |
| | |
| | | '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); |
| | | |
| | | |