8 lines
373 B
PHP
8 lines
373 B
PHP
<?php
|
|
// Before removing this file, please verify the PHP ini setting `auto_prepend_file` does not point to this.
|
|
|
|
if (file_exists('D:\\Deploy\\Webportal\\wp-content\\plugins\\wordfence/waf/bootstrap.php')) {
|
|
define("WFWAF_LOG_PATH", 'D:\\Deploy\\Webportal/wp-content/wflogs/');
|
|
include_once 'D:\\Deploy\\Webportal\\wp-content\\plugins\\wordfence/waf/bootstrap.php';
|
|
}
|
|
?>
|