Forward Firewall: Added versionnumber on bottom right of firewall.

This commit is contained in:
Alexander Marx
2013-03-03 20:29:29 +01:00
committed by Michael Tremer
parent dc33c23b1f
commit a7d7f5a3da

View File

@@ -74,6 +74,7 @@ my %ipsecsettings=();
my %aliases=(); my %aliases=();
my %optionsfw=(); my %optionsfw=();
my $VERSION='0.9.7.9';
my $color; my $color;
my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confignet = "${General::swroot}/fwhosts/customnetworks";
my $confighost = "${General::swroot}/fwhosts/customhosts"; my $confighost = "${General::swroot}/fwhosts/customhosts";
@@ -574,7 +575,9 @@ 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 "$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>"; print "</table></form>";
&Header::closebox(); &Header::closebox();
print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</div>";
} }
sub changerule sub changerule
{ {
my $oldchain=shift; my $oldchain=shift;