Did some final steps for the outgoing fw, this should be working now.

This fixes bug #0000577
This commit is contained in:
Christian Schmidt
2010-04-16 08:40:01 +02:00
parent ed0a0ba8a1
commit fdeaa057c2
10 changed files with 429 additions and 128 deletions

View File

@@ -28,6 +28,12 @@
'title' => "$Lang::tr{'outgoing firewall'}",
'enabled' => 1,
};
$subfirewall->{'51.outgoinggrp'} = {
'caption' => $Lang::tr{'outgoing firewall groups'},
'uri' => '/cgi-bin/outgoinggrp.cgi',
'title' => "$Lang::tr{'outgoing firewall groups'}",
'enabled' => 1,
};
$subfirewall->{'60.upnp'} = {
'caption' => 'UPnP',
'uri' => '/cgi-bin/upnp.cgi',