settings_page.php gets flagged by Apache MalDet
-
settings_page.php in plugins/wpematico/app/ is getting flagged and quarantined as malware by my server’s scanner. Upon inspection, I found the following line of code that I believe is the cause.
$cfg[‘mailpass’] = base64_encode($cfg[‘mailpass’]);
Base64_encode is commonly used by hackers to hide what they’re doing when they infect files.
What would be the harm in removing this line?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘settings_page.php gets flagged by Apache MalDet’ is closed to new replies.