]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/forwardfw.cgi
Forward Firewall: New Version 0.9.8.2
[people/teissler/ipfire-2.x.git] / html / cgi-bin / forwardfw.cgi
index a12f1a82e617727bdb6ee9113d5c1b42e9eb184b..fb0ef590023885739a5262da877620ee8566bc65 100755 (executable)
@@ -74,7 +74,7 @@ my %ipsecsettings=();
 my %aliases=();
 my %optionsfw=();
 
-my $VERSION='0.9.8.0';
+my $VERSION='0.9.8.2';
 my $color;
 my $confignet          = "${General::swroot}/fwhosts/customnetworks";
 my $confighost         = "${General::swroot}/fwhosts/customhosts";
@@ -575,7 +575,7 @@ END
        print "$Lang::tr{'outgoing firewall reset'}: <input type='submit' name='ACTION' value='$Lang::tr{'reset'}' /><input type='hidden' name='poltype' value='outgoing' /></tr>";
        print "</table></form>";
        &Header::closebox();
-       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</div>";
+       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</font></div>";
 }
 
 sub changerule
@@ -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'});}