mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
Forward Firewall: Added versionnumber on bottom right of firewall.
This commit is contained in:
committed by
Michael Tremer
parent
dc33c23b1f
commit
a7d7f5a3da
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user