Current Path : /proc/2568807/cwd/plugins/litespeed-cache/src/ |
Current File : //proc/2568807/cwd/plugins/litespeed-cache/src/instance.cls.php |
<?php /** * The abstract instance * * @since 3.0 */ namespace LiteSpeed; defined('WPINC') || exit(); abstract class Instance extends Root { }