<?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; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Context | Folder | 0775 |
|
|
Panel | Folder | 0775 |
|
|
ThirdParty | Folder | 0775 |
|
|
View | Folder | 0775 |
|
|
WpWrapper | Folder | 0775 |
|
|
AjaxResponse.php | File | 1.9 KB | 0664 |
|
CliController.php | File | 40.77 KB | 0664 |
|
DashNotifier.php | File | 9.89 KB | 0664 |
|
LSCMException.php | File | 651 B | 0664 |
|
LogEntry.php | File | 1.72 KB | 0664 |
|
Logger.php | File | 17.95 KB | 0664 |
|
PanelController.php | File | 50.98 KB | 0664 |
|
PluginVersion.php | File | 21.91 KB | 0664 |
|
RedefineGlobalFuncs.php | File | 865 B | 0664 |
|
UserCommand.php | File | 28.72 KB | 0664 |
|
Util.php | File | 18.19 KB | 0664 |
|
WPCaller.php | File | 53.47 KB | 0664 |
|
WPDashMsgs.php | File | 4.75 KB | 0664 |
|
WPInstall.php | File | 16.79 KB | 0664 |
|
WPInstallStorage.php | File | 32.21 KB | 0664 |
|