uawdijnntqw1x1x1
IP : 216.73.216.53
Hostname : altar25.supremepanel25.com
Kernel : Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
usr
/
src
/
litespeed-wp-plugin
/
.
/
5.7.0.1
/
..
/
3.6.4
/
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/../usr/src/litespeed-wp-plugin/./5.7.0.1/../3.6.4/litespeed-cache/src/instance.cls.php