added filename to whitelist
This commit is contained in:
parent
4d5013ecf6
commit
9d3ea5899e
@ -577,6 +577,7 @@ foreach my $file (sort @files) {
|
|||||||
next if $file eq 'style_dynamic.php';
|
next if $file eq 'style_dynamic.php';
|
||||||
next if $file eq 'sitepress.class.php';
|
next if $file eq 'sitepress.class.php';
|
||||||
next if $file eq 'slider-main-options.php';
|
next if $file eq 'slider-main-options.php';
|
||||||
|
next if $file eq 'class-fscf-options.php';
|
||||||
print "Scanning $start_dir/$file... ";
|
print "Scanning $start_dir/$file... ";
|
||||||
|
|
||||||
unless (-r "$start_dir/$file") {
|
unless (-r "$start_dir/$file") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user