]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/urlfilter.cgi
Early spring clean: Remove trailing whitespaces, and correct licence headers
[ipfire-2.x.git] / html / cgi-bin / urlfilter.cgi
index 3a28721a92248cdd42d9b2ce78b1ec12dca7fde6..1e54372f18fc173350ff8ba83376d0da978d103d 100644 (file)
@@ -2954,10 +2954,10 @@ sub writeconfigfile
        foreach $category (@categories) {
                $blacklist = $category;
                $category =~ s/\//_/g;
-               
+
                if ( $filtersettings{"FILTER_".uc($category)} ne "on" ){
                        my $constraintrule = "false";
-                       
+
                        foreach (@tclist){
                                chomp;
                                @tc = split(/\,/);
@@ -2966,12 +2966,12 @@ sub writeconfigfile
                                        $constraintrule = "true";
                                }
                        }
-                       
+
                        if ( $constraintrule eq "false"){
                                next;
                        }
                }
-               
+
                print FILE "dest $category {\n";
                if (-e "$dbdir/$blacklist/domains") {
                        print FILE "    domainlist     $blacklist\/domains\n";