uawdijnntqw1x1x1
IP : 18.217.171.249
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 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