PHP 8.2.30
Preview: RootPanelContextOption.php Size: 1.14 KB
/proc/thread-self/root/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/Context/RootPanelContextOption.php

<?php

/** ******************************************
 * LiteSpeed Web Server Cache Manager
 *
 * @author    Michael Alegre
 * @copyright 2018-2025 LiteSpeed Technologies, Inc.
 * ******************************************* */

namespace Lsc\Wp\Context;

use Lsc\Wp\Logger;

class RootPanelContextOption extends ContextOption
{

    /**
     *
     * @param string $panelName
     */
    public function __construct( $panelName )
    {
        $logFileLvl    = Logger::L_INFO;
        $logEchoLvl    = Logger::L_NONE;
        $bufferedWrite = true;
        $bufferedEcho  = true;

        parent::__construct(
            $panelName,
            parent::FROM_CONTROL_PANEL,
            parent::IS_ROOT,
            $logFileLvl,
            $logEchoLvl,
            $bufferedWrite,
            $bufferedEcho
        );

        $this->scanDepth    = 2;
        $this->batchTimeout = 60;
        $this->batchSize    = 10;

        $sharedTplDir = realpath(__DIR__ . '/../View/Tpl');

        if ( !is_string($sharedTplDir) ) {
            $sharedTplDir = '/usr/local/lsws/add-ons/webcachemgr/src/View/Tpl';
        }

        $this->sharedTplDir = $sharedTplDir;
    }

}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
10.13 KB lrw-rw-r-- 2026-03-12 22:37:30
Edit Download
5.52 KB lrw-rw-r-- 2026-03-12 22:37:30
Edit Download
923 B lrw-rw-r-- 2026-03-12 22:37:30
Edit Download
1.14 KB lrw-rw-r-- 2026-03-12 22:37:30
Edit Download
1.06 KB lrw-rw-r-- 2026-03-12 22:37:30
Edit Download

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