index.php modified
-
The latest scan showed my index.php was modified. I have no idea whether the modifications were made by a hacker or were a result of updating the theme. Can anybody identify anything malicious in this modified version?:
<?php?
ob_start();
define(‘WP_USE_THEMES’, true);
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
$__content__ = ob_get_contents();
ob_clean();
echo preg_replace(‘#http\:#i’, ”, $__content__);
exit(1);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘index.php modified’ is closed to new replies.