mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
tried some vdr enhancements
fixed urlfilter bug
This commit is contained in:
@@ -2556,7 +2556,7 @@ sub readblockcategories
|
||||
@filtergroups = @categories;
|
||||
|
||||
foreach (@filtergroups) {
|
||||
s/\//_SLASH_/g;
|
||||
s/\//_/g;
|
||||
tr/a-z/A-Z/;
|
||||
$_ = "FILTER_".$_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user