added whitelist

This commit is contained in:
Palma Solutions LTD
2018-10-13 11:09:57 +02:00
parent a51e03a3bc
commit 8fc257e585

View File

@@ -578,6 +578,7 @@ foreach my $file (sort @files) {
next if $file eq 'sitepress.class.php';
next if $file eq 'slider-main-options.php';
next if $file eq 'class-fscf-options.php';
next if $file eq 'wpGoogleMaps.php';
print "Scanning $start_dir/$file... ";
unless (-r "$start_dir/$file") {