REDROOM
PHP 8.3.30
Path:
Logout
Edit File
Size: 746 B
Close
/usr/local/lsws/add-ons/webcachemgr/bootstrap_cli.php
Text
Base64
<?php /** ********************************************* * LiteSpeed Web Server Cache Manager * * @author Michael Alegre * @copyright (c) 2018-2022 LiteSpeed Technologies, Inc. * ******************************************* */ if ( version_compare(PHP_VERSION, '5.6.0', '<') ) { fwrite( STDERR, "ERROR: PHP 5.6.0 or later is required. Current version: " . PHP_VERSION . "\n" ); exit(1); } use Lsc\Wp\Context\Context; use Lsc\Wp\Context\RootCLIContextOption; use Lsc\Wp\CliController; require_once __DIR__ . '/autoloader.php'; date_default_timezone_set('UTC'); /** @noinspection PhpUnhandledExceptionInspection */ Context::initialize(new RootCLIContextOption()); CliController::run();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
src
DIR
-
drwxrwxr-x
2026-04-16 23:11:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
autoloader.php
885 B
lrw-rw-r--
2026-04-16 23:11:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap.php
513 B
lrw-rw-r--
2026-04-16 23:11:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap_cli.php
746 B
lrw-rw-r--
2026-04-16 23:11:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MIN_VER
7 B
lrw-r--r--
2026-04-20 07:26:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
VERSION
6 B
lrw-rw-r--
2026-04-16 23:11:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).