btoplak / Joomla-Anti-Malware-Scan-Script--JAMSS-

a Joomla! and WordPress Security script that automatically scans the Joomla! or Wordpress files for some patterns and "fingerprints" of malware, trojans or other injections into PHP code
146 stars 102 forks source link

Undefined variables with WP #9

Open szepeviktor opened 9 years ago

szepeviktor commented 9 years ago

Could you set

$head
$css
$header_div1_id
$header_div1_class
$header_div2_id
$header_div2_class
$header_span1_class
$header_span2_class
$menu_div_id
$content_div_id
$get_hash

to empty? https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script--JAMSS-/blob/master/jamss.php#L555-L559

Maybe some CSS from WP? https://github.com/WordPress/WordPress/tree/master/wp-admin/css

szepeviktor commented 9 years ago

@btoplak Are you maintaining this still?

btoplak commented 9 years ago

good suggestion, will do that