FIREWALL: renamed forwardfw.cgi in firewall.cgi

This commit is contained in:
Alexander Marx
2013-10-17 17:14:19 +02:00
committed by Michael Tremer
parent f0befbc378
commit b161bfa868
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
$subfirewall->{'10.forward'} = {
'caption' => $Lang::tr{'fwdfw menu'},
'uri' => '/cgi-bin/forwardfw.cgi',
'uri' => '/cgi-bin/firewall.cgi',
'title' => "$Lang::tr{'fwdfw menu'}",
'enabled' => 1,
};