uawdijnntqw1x1x1
IP : 216.73.217.10
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
perl5
/
..
/
old
/
public_html
/
wp-content
/
plugins
/
litespeed-cache
/
src
/
instance.cls.php
/
/
<?php /** * The abstract instance * * @since 3.0 */ namespace LiteSpeed ; defined( 'WPINC' ) || exit ; abstract class Instance { /** * Get the current instance object. To be inherited. * * @since 3.0 * @access public */ public static function get_instance() { if ( ! isset( static::$_instance ) ) { static::$_instance = new static() ; } return static::$_instance ; } }
/home/batcwwjx/perl5/../old/public_html/wp-content/plugins/litespeed-cache/src/instance.cls.php