added filename to whitelist

This commit is contained in:
Palma Solutions LTD 2018-09-08 14:12:33 +02:00
parent 4d5013ecf6
commit 9d3ea5899e

View File

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