.user.ini (is a Wordfence file?)
-
Wordfence flagged up a couple of issues, one of which was, “Publicly accessible config, backup, or log file found: .user.ini”. If I look at that file it looks like something created by Wordfence, its contents are:
<?php
// Before removing this file, please verify the PHP ini settingauto_prepend_filedoes not point to this.
if (file_exists(DIR.'/wp-content/plugins/wordfence/waf/bootstrap.php')) {
define("WFWAF_LOG_PATH", DIR.'/wp-content/wflogs/');
include_once DIR.'/wp-content/plugins/wordfence/waf/bootstrap.php';Should I delete this, move it, leave it where it is??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘.user.ini (is a Wordfence file?)’ is closed to new replies.