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