mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +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 %optionsfw=();
|
||||
|
||||
my $VERSION='0.9.8.1';
|
||||
my $VERSION='0.9.8.2';
|
||||
my $color;
|
||||
my $confignet = "${General::swroot}/fwhosts/customnetworks";
|
||||
my $confighost = "${General::swroot}/fwhosts/customhosts";
|
||||
@@ -2158,6 +2158,7 @@ END
|
||||
}
|
||||
my $protz=join(",",@protocols);
|
||||
print"<td align='center'>$protz</td>";
|
||||
@protocols=();
|
||||
if ($$hash{$key}[18] eq 'ON'){
|
||||
my @days=();
|
||||
if($$hash{$key}[19] ne ''){push (@days,$Lang::tr{'fwdfw wd_mon'});}
|
||||
|
||||
Reference in New Issue
Block a user