From f69ea1c7c59cdeb664cbc93eae60a538191ed44b Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 5 Mar 2013 11:33:21 +0100 Subject: [PATCH] Forward Firewall: New Version 0.9.8.2 --- html/cgi-bin/forwardfw.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'});}