????

Your IP : 216.73.216.86


Current Path : /usr/src/litespeed-wp-plugin/5.5/litespeed-cache/src/
Upload File :
Current File : //usr/src/litespeed-wp-plugin/5.5/litespeed-cache/src/instance.cls.php

<?php
/**
 * The abstract instance
 *
 * @since      	3.0
 */
namespace LiteSpeed;

defined( 'WPINC' ) || exit;

abstract class Instance extends Root {
}