new patterns, automation

This commit is contained in:
Palma Solutions LTD
2019-02-09 10:09:34 +01:00
parent f58c34063e
commit 53511f0d49
4 changed files with 45 additions and 3 deletions

View File

@@ -1423,15 +1423,18 @@ foreach my $file (sort @files) {
next if $file eq 'charmap.php';
next if $file eq 'main-modules.php';
next if $file eq 'wp-super-cache.php';
next if $file eq 'user-edit.php';
next if $file eq 'youtube.php';
next if $file eq 'FMModelForm_maker_fmc.php';
next if $file eq 'menu_scan.php';
next if $file eq 'style_dynamic.php';
next if $file eq 'ninja-forms-submission.csv';
next if $file eq 'Nette.min.php';
next if $file eq 'ninja-forms-submission.csv';
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';
next if $file eq 'wppa-settings-autosave.php';
print "Scanning $start_dir/$file... ";
unless (-r "$start_dir/$file") {