✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server303.web-hosting.com ​🇻​♯➤ 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 199.188.205.31 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.41
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/src/litespeed-wp-plugin/6.5.0.2/litespeed-cache/tpl/cache//entry_network.tpl.php
<?php
namespace LiteSpeed;
defined( 'WPINC' ) || exit;

$menuArr = 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 echo __('LiteSpeed Cache Network Cache Settings', 'litespeed-cache'); ?>
	</h1>
	<span class="litespeed-desc">
		v<?php echo Core::VER; ?>
	</span>
	<hr class="wp-header-end">
</div>

<div class="litespeed-wrap">
	<h2 class="litespeed-header nav-tab-wrapper">
	<?php
		$i = 1;
		foreach ($menuArr as $tab => $val){
			$accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '';
			echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>";
			$i ++;
		}
	?>
	</h2>
	<div class="litespeed-body">
		<?php $this->cache_disabled_warning(); ?>

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

		// include all tpl for faster UE
		foreach ($menuArr as $tab => $val) {
			echo "<div data-litespeed-layout='$tab'>";
			require LSCWP_DIR . "tpl/cache/network_settings-$tab.tpl.php";
			echo "</div>";
		}

		$this->form_end( true );

		?>
	</div>
</div>


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 Jan 1970 12.00 AM
root / root
0
entry.tpl.php
2.119 KB
6 Sep 2024 9.23 PM
root / root
0644
entry_network.tpl.php
1.309 KB
6 Sep 2024 9.23 PM
root / root
0644
more_settings_tip.tpl.php
0.425 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-advanced.tpl.php
0.407 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-browser.tpl.php
0.115 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-cache.tpl.php
1.135 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-excludes.tpl.php
0.507 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-object.tpl.php
0.114 KB
6 Sep 2024 9.23 PM
root / root
0644
network_settings-purge.tpl.php
0.405 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-advanced.tpl.php
2.269 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-browser.tpl.php
0.115 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-cache.tpl.php
5.088 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-esi.tpl.php
5.589 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-excludes.tpl.php
4.342 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-object.tpl.php
0.114 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-purge.tpl.php
5.853 KB
6 Sep 2024 9.23 PM
root / root
0644
settings-ttl.tpl.php
3.068 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.browser.tpl.php
1.897 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.cache_dropquery.tpl.php
0.744 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.cache_mobile.tpl.php
2.366 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.cache_resources.tpl.php
0.559 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.exclude_cookies.tpl.php
0.524 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.exclude_useragent.tpl.php
0.53 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.login_cookie.tpl.php
3.018 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.object.tpl.php
6.531 KB
6 Sep 2024 9.23 PM
root / root
0644
settings_inc.purge_on_upgrade.tpl.php
0.45 KB
6 Sep 2024 9.23 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF