]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/cfgroot/header.pl
Bash promt im Fedora Core Style gemacht
[ipfire-2.x.git] / config / cfgroot / header.pl
index 3a8adde121834bb205b81d4ae2dde6f5cbf31684..cedf81e19a8a2a42c9b1006d3ac24f80c2b5754b 100644 (file)
@@ -239,7 +239,7 @@ sub genmenu {
     $subnetwork->{'10.netconf'} = {'caption' => "$tr{'net config'}",
                                'uri' => '/cgi-bin/netconfig.cgi',
                                'title' => "$tr{'net config'}",
-                               'enabled' => 1,
+                               'enabled' => 0,
                                };
     $subnetwork->{'20.proxy'} = {'caption' => 'Webproxy',
                                'uri' => '/cgi-bin/proxy.cgi',
@@ -360,7 +360,13 @@ sub genmenu {
                                'title' => "$tr{'outgoing firewall'}",
                                'enabled' => 1,
                                };
-    $subfirewall->{'60.fwopts'} = {
+    $subfirewall->{'60.upnp'} = {
+                               'caption' => 'UPnP',
+                               'uri' => '/cgi-bin/upnp.cgi',
+                               'title' => "Universal Plug and Play",
+                               'enabled' => 1,
+                               };
+    $subfirewall->{'70.fwopts'} = {
                                'caption' => $tr{'options fw'},
                                'uri' => '/cgi-bin/optionsfw.cgi',
                                'title' => "$tr{'options fw'}",