WordPress core file modified: index.php
-
I have WordPress 6.0.2 and Wordfence installed, it is a recently launched website and I was surprised to find this Wordfence scan notice:
WordPress core file modified: index.php
Type: file
Filename: /usr/home/*********/web/index.php
File Type: Core
Details: This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.The Original Version of the file:
define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';The Modified Version on your WordPress system:
define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require dirname(__FILE__) . '/wp-blog-header.php';Why is my index.php file different? This is a problem? Should I restore the original?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WordPress core file modified: index.php’ is closed to new replies.