added whitelist
This commit is contained in:
parent
dfbb7c4f3f
commit
5011bf4027
@ -551,6 +551,8 @@ foreach my $file (sort @files) {
|
|||||||
next if $file eq 'user-edit.php';
|
next if $file eq 'user-edit.php';
|
||||||
next if $file eq 'youtube.php';
|
next if $file eq 'youtube.php';
|
||||||
next if $file eq 'FMModelForm_maker_fmc.php';
|
next if $file eq 'FMModelForm_maker_fmc.php';
|
||||||
|
next if $file eq 'ninja-forms-submission.csv';
|
||||||
|
|
||||||
print "Scanning $start_dir/$file... ";
|
print "Scanning $start_dir/$file... ";
|
||||||
|
|
||||||
unless (-r "$start_dir/$file") {
|
unless (-r "$start_dir/$file") {
|
||||||
|
|||||||
@ -580,6 +580,8 @@ foreach my $file (sort @files) {
|
|||||||
next if $file eq 'class-fscf-options.php';
|
next if $file eq 'class-fscf-options.php';
|
||||||
next if $file eq 'wpGoogleMaps.php';
|
next if $file eq 'wpGoogleMaps.php';
|
||||||
next if $file eq 'wppa-settings-autosave.php';
|
next if $file eq 'wppa-settings-autosave.php';
|
||||||
|
next if $file eq 'ninja-forms-submission.csv';
|
||||||
|
|
||||||
print "Scanning $start_dir/$file... ";
|
print "Scanning $start_dir/$file... ";
|
||||||
|
|
||||||
unless (-r "$start_dir/$file") {
|
unless (-r "$start_dir/$file") {
|
||||||
|
|||||||
@ -436,6 +436,8 @@ foreach my $file (sort @files) {
|
|||||||
next if $file eq 'FMModelForm_maker_fmc.php';
|
next if $file eq 'FMModelForm_maker_fmc.php';
|
||||||
next if $file eq 'menu_scan.php';
|
next if $file eq 'menu_scan.php';
|
||||||
next if $file eq 'style_dynamic.php';
|
next if $file eq 'style_dynamic.php';
|
||||||
|
next if $file eq 'ninja-forms-submission.csv';
|
||||||
|
|
||||||
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