new patterns

This commit is contained in:
Palma Solutions LTD
2017-11-12 14:06:15 +01:00
parent 605831ed0a
commit 4e5cf4d589
2 changed files with 16 additions and 1 deletions

View File

@@ -243,6 +243,7 @@ foreach my $file (sort @files) {
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';
print "Scanning $start_dir/$file... ";
unless (-r "$start_dir/$file") {