mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Fixed url filter repository for local redirects.
This fixes bug #0000613
This commit is contained in:
@@ -59,7 +59,7 @@ my $tcfile = "${General::swroot}/urlfilter/timeconst";
|
||||
my $uqfile = "${General::swroot}/urlfilter/userquota";
|
||||
my $dbdir = "${General::swroot}/urlfilter/blacklists";
|
||||
my $editdir = "${General::swroot}/urlfilter/editor";
|
||||
my $repository = "/home/httpd/html/repository";
|
||||
my $repository = "/var/urlrepo";
|
||||
my $hintcolour = '#FFFFCC';
|
||||
|
||||
my $sourceurlfile = "${General::swroot}/urlfilter/autoupdate/autoupdate.urls";
|
||||
|
||||
Reference in New Issue
Block a user