PHP 8.2.31
Preview: CustomPanelBase.php Size: 1.09 KB
/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/Panel/CustomPanelBase.php

<?php

/** ******************************************
 * LiteSpeed Web Server Cache Manager
 *
 * @author LiteSpeed Technologies, Inc. (https://www.litespeedtech.com)
 * @copyright (c) 2020-2023
 * @since 1.10
 * ******************************************* */

namespace Lsc\Wp\Panel;

abstract class CustomPanelBase
extends ControlPanel
{
    /**
     * The following functions deal with apache configuration files and
     * server/virtual host cache roots and will never be called in the
     * CustomPanel context. They are included here to meet abstract function
     * requirements in parent class ControlPanel.
     *
     */
    protected function initConfPaths()
    {}
    protected function serverCacheRootSearch()
    {}
    protected function vhCacheRootSearch()
    {}
    protected function addVHCacheRootSection(
        array $file_contents,
              $vhCacheRoot = 'lscache' )
    {}
    public function verifyCacheSetup()
    {}
    public function createVHConfAndSetCacheRoot(
        $vhConf,
        $vhCacheRoot = 'lscache' )
    {}
    public function applyVHConfChanges()
    {}

}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
30.49 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
23.89 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
1.09 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
3.69 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
15.16 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
11.95 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).