From 7628317e05f4838376e29ce28cdf38dcb26fe8b0 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Sat, 13 Oct 2018 12:26:02 +0200 Subject: [PATCH] added to whitelist --- malware5.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/malware5.pl b/malware5.pl index 3a40715..379106c 100644 --- a/malware5.pl +++ b/malware5.pl @@ -579,6 +579,7 @@ foreach my $file (sort @files) { 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") {