░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/usr/src/lsws/lsws-6.1.2/add-ons/webcachemgr
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: autoloader.php
<?php /* * ********************************************* * LiteSpeed Web Server Cache Manager * @Author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @Copyright: (c) 2018 * ******************************************* */ spl_autoload_register(function($class) { /** * project-specific namespace prefix */ $prefix = 'Lsc\\Wp\\'; /** * base directory for the namespace prefix */ $base_dir = __DIR__ . '/src/'; $len = strlen($prefix); if ( strncmp($prefix, $class, $len) !== 0 ) { /** * Class use the namespace prefix, * move to the next registered autoloader. */ return; } $relative_class_name = substr($class, $len); $file = $base_dir . str_replace('\\', '/', $relative_class_name) . '.php'; if ( file_exists($file) ) { require $file; } });
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 src/
DIR
—
2023-08-18 15:35
📄 autoloader.php
PHP
885 B
2019-07-28 15:48
EDIT
📄 bootstrap.php
PHP
527 B
2020-08-18 20:02
EDIT
📄 bootstrap_cli.php
PHP
545 B
2020-08-18 20:02
EDIT
📄 VERSION
?
9 B
2021-12-08 15:14
EDIT