mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +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 %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;
|
||||||
|
|||||||
Reference in New Issue
Block a user