]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: New Version 0.9.8.2
authorAlexander Marx <amarx@ipfire.org>
Tue, 5 Mar 2013 10:33:21 +0000 (11:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:54 +0000 (14:11 +0200)
html/cgi-bin/forwardfw.cgi

index 8ffc200c99c30a57e36dd2a9d7470282cecf9faf..fb0ef590023885739a5262da877620ee8566bc65 100755 (executable)
@@ -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"<td align='center'>$protz</td>";
+                       @protocols=();
                        if ($$hash{$key}[18] eq 'ON'){
                                my @days=();
                                if($$hash{$key}[19] ne ''){push (@days,$Lang::tr{'fwdfw wd_mon'});}