SILENT KILLERPanel

Current Path: > > usr > src > litespeed-wp-plugin > 6.5.4 > litespeed-cache > tpl > dash


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/src/litespeed-wp-plugin/6.5.4/litespeed-cache/tpl/dash

NameTypeSizeLast ModifiedActions
dashboard.tpl.php File 29030 bytes December 17 2024 01:10:12.
entry.tpl.php File 693 bytes December 17 2024 01:10:12.
network_dash.tpl.php File 4390 bytes December 17 2024 01:10:12.

Reading File: //usr/src/litespeed-wp-plugin/6.5.4/litespeed-cache/tpl/dash/entry.tpl.php

<?php
namespace LiteSpeed;
defined( 'WPINC' ) || exit;

$menu_list = array(
	'dashboard'	=> __( 'Dashboard', 'litespeed-cache' ),
);

if ( $this->_is_network_admin ) {
	$menu_list = array(
		'network_dash' => __( 'Network Dashboard', 'litespeed-cache' ),
	);
}


?>

<div class="wrap">
	<h1 class="litespeed-h1">
		<?php echo __( 'LiteSpeed Cache Dashboard', 'litespeed-cache' ); ?>
	</h1>
	<span class="litespeed-desc">
		v<?php echo Core::VER; ?>
	</span>
	<hr class="wp-header-end">
</div>

<div class="litespeed-wrap">
	<?php
	foreach ($menu_list as $tab => $val) {
		echo "<div data-litespeed-layout='$tab'>";
		require LSCWP_DIR . "tpl/dash/$tab.tpl.php";
		echo "</div>";
	}
	?>
</div>

SILENT KILLER Tool