fixes
This commit is contained in:
12
malware3.pl
12
malware3.pl
@@ -585,12 +585,12 @@ 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';
|
||||
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';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user