// Customizations for All-in-One WP Security plugin. if ( ! empty( $_SERVER['DOCUMENT_ROOT'] ) ) { // Remove the trailing slash if present. $documentRoot = rtrim( $_SERVER['DOCUMENT_ROOT'], '/' ); $GLOBALS['aiowps_firewall_rules_path'] = $documentRoot . '/wp-content/uploads/aios/firewall-rules/'; $GLOBALS['aiowps_firewall_data'] = array( 'ABSPATH' => $documentRoot . '/', ); if ( file_exists( $documentRoot . '/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php' ) ) { include_once( $documentRoot . '/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php' ); } } You're invited to a Bootie Marathon