🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 16:17:42 | PHP 8.1.34
📂
/ (Root)
/
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
📍 /usr/local/lsws/add-ons/webcachemgr
🔄 Refresh
✏️
Editing: bootstrap.php
Read Only
<?php /** ********************************************* * LiteSpeed Web Server Cache Manager * * @author Michael Alegre * @copyright 2018-2025 LiteSpeed Technologies, Inc. * ******************************************* */ use Lsc\Wp\Context\Context; use Lsc\Wp\Context\RootPanelContextOption; require_once __DIR__ . '/autoloader.php'; /** * @noinspection PhpUnhandledExceptionInspection * @noinspection PhpUndefinedVariableInspection */ Context::initialize(new RootPanelContextOption($panelName));
💾 Save Changes
❌ Cancel