added one dot
This commit is contained in:
@@ -585,7 +585,15 @@ foreach my $file (sort @files) {
|
||||
next if $file eq 'custom-facebook-feed-admin.php';
|
||||
next if $file eq 'membershipadmin.php';
|
||||
next if $file eq 'wppa-settings-autosave.php';
|
||||
next if $file eq '*.txt';
|
||||
next if $file eq '*.rar';
|
||||
next if $file eq '*.zip';
|
||||
next if $file eq '*.tar';
|
||||
next if $file eq '*.gz';
|
||||
next if $file eq '*.sql';
|
||||
|
||||
|
||||
|
||||
print "Scanning $start_dir/$file... ";
|
||||
|
||||
unless (-r "$start_dir/$file") {
|
||||
|
||||
Reference in New Issue
Block a user