mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fixed 2 CGIs for core31
This commit is contained in:
@@ -2973,7 +2973,7 @@ sub writeconfigfile
|
||||
foreach $category (@categories) {
|
||||
$blacklist = $category;
|
||||
$category =~ s/\//_/g;
|
||||
if ( $filtersettings{"FILTER_".uc($category)} ne "on" ){next;}
|
||||
#if ( $filtersettings{"FILTER_".uc($category)} ne "on" ){next;}
|
||||
print FILE "dest $category {\n";
|
||||
if (-e "$dbdir/$blacklist/domains") {
|
||||
print FILE " domainlist $blacklist\/domains\n";
|
||||
|
||||
Reference in New Issue
Block a user