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: RedefineGlobalFuncs.php
<?php /** ********************************************* * LiteSpeed Web Server Cache Manager * * @author LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright (c) 2021 * @since 1.13.10 * ******************************************* */ /** * As of PHP 8.x, functions disabled using ini directive 'disable_functions' * are no longer included in PHP's functions table and must be redefined to * avoid fatal error "Call to undefined function" when called. * * This file is used to redefine internal PHP functions intentionally disabled * before loading the WordPress environment. */ if ( !function_exists('ini_set') ) { /** * * @since 1.13.10 * * @param string $option * @param string $value * * @return false */ function ini_set( $option, $value) { return false; } }
Upload File
Create Folder