Server IP : 66.29.132.122 / Your IP : 3.17.177.72 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/self/root/usr/src/litespeed-wp-plugin/6.5.0.2/litespeed-cache/tpl/banner/ |
Upload File : |
<?php /** * @deprecated 3.3 Will only show banner after user manually checked score */ namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $url = Utility::build_url( Router::ACTION_HEALTH, Health::TYPE_SPEED, true ) ; $url = htmlspecialchars_decode( $url ) ; ?> <script> document.addEventListener( 'DOMContentLoaded', function( event ) { jQuery(document).ready( function() { jQuery.get( '<?php echo $url; ?>' ) ; } ) ; } ) ; </script>