From: Alexander Marx Date: Tue, 5 Mar 2013 10:33:21 +0000 (+0100) Subject: Forward Firewall: New Version 0.9.8.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f69ea1c7c59cdeb664cbc93eae60a538191ed44b;p=people%2Fteissler%2Fipfire-2.x.git Forward Firewall: New Version 0.9.8.2 --- diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 8ffc200c9..fb0ef5900 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -74,7 +74,7 @@ my %ipsecsettings=(); my %aliases=(); my %optionsfw=(); -my $VERSION='0.9.8.1'; +my $VERSION='0.9.8.2'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts"; @@ -2158,6 +2158,7 @@ END } my $protz=join(",",@protocols); print"$protz"; + @protocols=(); if ($$hash{$key}[18] eq 'ON'){ my @days=(); if($$hash{$key}[19] ne ''){push (@days,$Lang::tr{'fwdfw wd_mon'});}