Fix websites var

master
heuzef 7 years ago
parent 527dc686ca
commit 162c41abc7
  1. 2
      defacement_check.pl

@ -26,7 +26,7 @@ if (open(my $f, '<:encoding(UTF-8)', $websites)) {
push @scan, $row;
}
} else {
warn "Could not open file '$keywords' $!";
warn "Could not open file '$websites' $!";
}
my $keywords = 'conf/keywords.cfg';
if (open(my $f, '<:encoding(UTF-8)', $keywords)) {

Loading…
Cancel
Save