Getting a "Critical Error" and I can't get rid of it.
-
Hi, I’ve had a critical error twice now for the same thing. I retored it once and now it’s happened again. Details are below:
WordPress core file modified: index.php
The Modified Version on your WordPress system:
<?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);
Is this something I should worry about?
Thanks a lot!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Getting a "Critical Error" and I can't get rid of it.’ is closed to new replies.