at path๏ผ
ROOT
/
wp-content
/
jetpack-waf
/
bootstrap.php
run๏ผ
R
W
Run
rules
DIR
2025-08-03 21:46:49
R
W
Run
bootstrap.php
568 By
2025-01-28 10:24:32
R
W
Run
Delete
Rename
error_log
up
๐
bootstrap.php
Save
<?php define( 'DISABLE_JETPACK_WAF', false ); if ( defined( 'DISABLE_JETPACK_WAF' ) && DISABLE_JETPACK_WAF ) return; define( 'JETPACK_WAF_MODE', 'silent' ); define( 'JETPACK_WAF_SHARE_DATA', false ); define( 'JETPACK_WAF_SHARE_DEBUG_DATA', false ); define( 'JETPACK_WAF_DIR', '/home/topnotcheg/public_html/wp-content/jetpack-waf' ); define( 'JETPACK_WAF_WPCONFIG', '/home/topnotcheg/public_html/wp-content/../wp-config.php' ); require_once '/home/topnotcheg/public_html/wp-content/plugins/jetpack/vendor/autoload.php'; Automattic\Jetpack\Waf\Waf_Runner::initialize();