Guest User

Untitled

a guest
May 30th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.26 KB | None | 0 0
  1. # Begin AIOWPSEC Firewall
  2. <IfModule LiteSpeed>
  3. php_value auto_prepend_file '/home/ratsblog/public_html/www.creatifpassion.ch/aios-bootstrap.php'
  4. </IfModule>
  5. <IfModule lsapi_module>
  6. php_value auto_prepend_file '/home/ratsblog/public_html/www.creatifpassion.ch/aios-bootstrap.php'
  7. </IfModule>
  8. # End AIOWPSEC Firewall
  9.  
  10.  
  11. <?php
  12. /**
  13.  * @version 1.0.2
  14.  * WARNING: Please do not delete this file.
  15.  *
  16.  * This will cause PHP to throw a fatal error and render your site unusable.
  17.  *
  18.  * To safely delete this file, please check both your .user.ini file and your php.ini file and ensure this file is not set in the auto_prepend_file directive.
  19.  *
  20.  * Please ask your web hosting provider if you need guidance with executing the aforementioned steps.
  21.  */
  22. $GLOBALS['aiowps_firewall_rules_path'] = __DIR__.'/wp-content/uploads/aios/firewall-rules/';
  23.  
  24. $GLOBALS['aiowps_firewall_data'] = array(
  25.     'ABSPATH' => '/home/ratsblog/public_html/www.creatifpassion.ch/',
  26. );
  27.  
  28. // Begin AIOWPSEC Firewall
  29. if (file_exists(__DIR__.'/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php')) {
  30.     include_once(__DIR__.'/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php');
  31. }
  32. // End AIOWPSEC Firewall
Advertisement
Add Comment
Please, Sign In to add comment