]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/menu/50-firewall.menu
Added iptables menu to firewall menu
[people/pmueller/ipfire-2.x.git] / config / menu / 50-firewall.menu
index 019e1d6dceaf9c760508dfdb7d13838ba571437e..d8a4908f624dabdadb9a2d51d7ebba7322a15280 100644 (file)
                                'title' => "Universal Plug and Play",
                                'enabled' => 0,
                                };
-    $subfirewall->{'70.fwopts'} = {
+    $subfirewall->{'60.optingsfw'} = {
                                'caption' => $Lang::tr{'options fw'},
                                'uri' => '/cgi-bin/optionsfw.cgi',
                                'title' => "$Lang::tr{'options fw'}",
                                'enabled' => 1,
-                                };
+                               };
+    $subfirewall->{'70.iptables'} = {
+                               'caption' => $Lang::tr{'ipts'},
+                               'uri' => '/cgi-bin/iptables.cgi',
+                               'title' => "$Lang::tr{'ipts'}",
+                               'enabled' => 1,
+                               };