added whitelist

This commit is contained in:
Palma Solutions LTD 2019-01-11 07:32:34 +01:00
parent dfbb7c4f3f
commit 5011bf4027
3 changed files with 6 additions and 0 deletions

View File

@ -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") {

View 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") {

View 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") {