📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:50:02
📂
/
/
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
✏️
Editing: bootstrap.php
<?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