mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Forward Firewall: New Version 0.9.8.2
This commit is contained in:
committed by
Michael Tremer
parent
7874d8200d
commit
f69ea1c7c5
@@ -74,7 +74,7 @@ my %ipsecsettings=();
|
|||||||
my %aliases=();
|
my %aliases=();
|
||||||
my %optionsfw=();
|
my %optionsfw=();
|
||||||
|
|
||||||
my $VERSION='0.9.8.1';
|
my $VERSION='0.9.8.2';
|
||||||
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";
|
||||||
@@ -2158,6 +2158,7 @@ END
|
|||||||
}
|
}
|
||||||
my $protz=join(",",@protocols);
|
my $protz=join(",",@protocols);
|
||||||
print"<td align='center'>$protz</td>";
|
print"<td align='center'>$protz</td>";
|
||||||
|
@protocols=();
|
||||||
if ($$hash{$key}[18] eq 'ON'){
|
if ($$hash{$key}[18] eq 'ON'){
|
||||||
my @days=();
|
my @days=();
|
||||||
if($$hash{$key}[19] ne ''){push (@days,$Lang::tr{'fwdfw wd_mon'});}
|
if($$hash{$key}[19] ne ''){push (@days,$Lang::tr{'fwdfw wd_mon'});}
|
||||||
|
|||||||
Reference in New Issue
Block a user