SILENT KILLERPanel

Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > litespeed-cache > tpl > cache >


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: /home/codekrsu//cuddlebuds.lk/wp-content/plugins/litespeed-cache/tpl/cache/

NameTypeSizeLast ModifiedActions
entry.tpl.php File 2443 bytes July 30 2025 23:05:04.
entry_network.tpl.php File 1406 bytes July 30 2025 23:05:04.
more_settings_tip.tpl.php File 670 bytes July 30 2025 23:05:04.
network_settings-advanced.tpl.php File 575 bytes July 30 2025 23:05:04.
network_settings-browser.tpl.php File 277 bytes July 30 2025 23:05:04.
network_settings-cache.tpl.php File 1291 bytes July 30 2025 23:05:04.
network_settings-excludes.tpl.php File 698 bytes July 30 2025 23:05:04.
network_settings-object.tpl.php File 290 bytes July 30 2025 23:05:04.
network_settings-purge.tpl.php File 583 bytes July 30 2025 23:05:04.
settings-advanced.tpl.php File 2613 bytes July 30 2025 23:05:04.
settings-browser.tpl.php File 210 bytes July 30 2025 23:05:04.
settings-cache.tpl.php File 5776 bytes July 30 2025 23:05:04.
settings-esi.tpl.php File 6054 bytes July 30 2025 23:05:04.
settings-excludes.tpl.php File 4915 bytes July 30 2025 23:05:04.
settings-object.tpl.php File 209 bytes July 30 2025 23:05:04.
settings-purge.tpl.php File 6518 bytes July 30 2025 23:05:04.
settings-ttl.tpl.php File 3443 bytes July 30 2025 23:05:04.
settings_inc.browser.tpl.php File 2347 bytes July 30 2025 23:05:04.
settings_inc.cache_dropquery.tpl.php File 1116 bytes July 30 2025 23:05:04.
settings_inc.cache_mobile.tpl.php File 2793 bytes July 30 2025 23:05:04.
settings_inc.exclude_cookies.tpl.php File 775 bytes July 30 2025 23:05:04.
settings_inc.exclude_useragent.tpl.php File 794 bytes July 30 2025 23:05:04.
settings_inc.login_cookie.tpl.php File 3618 bytes July 30 2025 23:05:04.
settings_inc.object.tpl.php File 8521 bytes July 30 2025 23:05:04.
settings_inc.purge_on_upgrade.tpl.php File 637 bytes July 30 2025 23:05:04.

Reading File: /home/codekrsu//cuddlebuds.lk/wp-content/plugins/litespeed-cache/tpl/cache//entry_network.tpl.php

<?php
/**
 * LiteSpeed Cache Network Cache Settings
 *
 * Displays the network cache settings page with tabbed navigation for LiteSpeed Cache.
 *
 * @package LiteSpeed
 * @since 1.0.0
 */

namespace LiteSpeed;

defined( 'WPINC' ) || exit;

$menu_list = array(
	'cache'    => __( 'Cache', 'litespeed-cache' ),
	'purge'    => __( 'Purge', 'litespeed-cache' ),
	'excludes' => __( 'Excludes', 'litespeed-cache' ),
	'object'   => __( 'Object', 'litespeed-cache' ),
	'browser'  => __( 'Browser', 'litespeed-cache' ),
	'advanced' => __( 'Advanced', 'litespeed-cache' ),
);
?>

<div class="wrap">
	<h1 class="litespeed-h1">
		<?php esc_html_e( 'LiteSpeed Cache Network Cache Settings', 'litespeed-cache' ); ?>
	</h1>
	<span class="litespeed-desc">
		<?php echo esc_html( 'v' . 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 $this->cache_disabled_warning(); ?>

		<?php
		$this->form_action( Router::ACTION_SAVE_SETTINGS_NETWORK );

		foreach ( $menu_list as $k => $val ) {
			$k_escaped = esc_attr( $k );
			?>
			<div data-litespeed-layout="<?php echo esc_html( $k_escaped ); ?>">
			<?php
			require LSCWP_DIR . "tpl/cache/network_settings-$k.tpl.php";
			?>
			</div>
			<?php
		}

		$this->form_end( true );
		?>
	</div>
</div>

SILENT KILLER Tool