update
This commit is contained in:
7
wordfence-waf.php
Normal file
7
wordfence-waf.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Before removing this file, please verify the PHP ini setting `auto_prepend_file` does 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';
|
||||
}
|
||||
Reference in New Issue
Block a user