REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.69 KB
Close
/usr/src/litespeed-wp-plugin/7.7/litespeed-cache/tpl/toolbox/entry.tpl.php
Text
Base64
<?php /** * LiteSpeed Cache Toolbox * * Renders the toolbox interface for LiteSpeed Cache, providing access to various administrative tools and settings. * * @package LiteSpeed * @since 1.0.0 */ namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'purge' => esc_html__( 'Purge', 'litespeed-cache' ), ); if ( ! $this->_is_network_admin ) { $menu_list['import_export'] = esc_html__( 'Import / Export', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list['edit_htaccess'] = esc_html__( 'View .htaccess', 'litespeed-cache' ); } if ( ! $this->_is_network_admin ) { $menu_list['heartbeat'] = esc_html__( 'Heartbeat', 'litespeed-cache' ); $menu_list['report'] = esc_html__( 'Report', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list['settings-debug'] = esc_html__( 'Debug Settings', 'litespeed-cache' ); $menu_list['log_viewer'] = esc_html__( 'Log View', 'litespeed-cache' ); $menu_list['beta_test'] = esc_html__( 'Beta Test', 'litespeed-cache' ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php esc_html_e( 'LiteSpeed Cache Toolbox', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo esc_html( Core::VER ); ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php GUI::display_tab_list( $menu_list ); ?> </h2> <div class="litespeed-body"> <?php foreach ( $menu_list as $curr_tab => $val ) : ?> <div data-litespeed-layout="<?php echo esc_attr( $curr_tab ); ?>"> <?php require LSCWP_DIR . "tpl/toolbox/$curr_tab.tpl.php"; ?> </div> <?php endforeach; ?> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
beta_test.tpl.php
3.88 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit_htaccess.tpl.php
3.52 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
entry.tpl.php
1.69 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
heartbeat.tpl.php
4.34 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
import_export.tpl.php
2.68 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
log_viewer.tpl.php
2.76 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
purge.tpl.php
11.70 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
report.tpl.php
6.35 KB
lrw-r--r--
2025-12-17 00:04:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings-debug.tpl.php
6.46 KB
lrw-r--r--
2025-12-17 00:04:56
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).