X7ROOT File Manager
Current Path:
/usr/local/lsws/add-ons/webcachemgr/src
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
/
src
/
📁
..
📄
AjaxResponse.php
(1.79 KB)
📄
CliController.php
(40.77 KB)
📁
Context
📄
DashNotifier.php
(9.89 KB)
📄
LSCMException.php
(651 B)
📄
LogEntry.php
(1.72 KB)
📄
Logger.php
(17.95 KB)
📁
Panel
📄
PanelController.php
(50.98 KB)
📄
PluginVersion.php
(21.91 KB)
📄
RedefineGlobalFuncs.php
(865 B)
📁
ThirdParty
📄
UserCommand.php
(28.72 KB)
📄
Util.php
(18.15 KB)
📁
View
📄
WPCaller.php
(53.73 KB)
📄
WPDashMsgs.php
(4.75 KB)
📄
WPInstall.php
(16.81 KB)
📄
WPInstallStorage.php
(32.22 KB)
📁
WpWrapper
Editing: LSCMException.php
<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * @author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright: (c) 2018 * ******************************************* */ namespace Lsc\Wp; class LSCMException extends \Exception { const E_ERROR = 0; /** * show trace msg */ const E_PROGRAM = 100; /** * error shown to user */ const E_PERMISSION = 101; const E_UNSUPPORTED = 102; /** * Exception is considered non-fatal. Used to determine * UserCommand->runAsUser() return status. */ const E_NON_FATAL = 103; }
Upload File
Create Folder