⚝
One Hat Cyber Team
⚝
Your IP:
18.223.43.31
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
php55
/
usr
/
share
/
xcache_3
/
cacher
/
View File Name :
listentries.tpl.php
<?php include "../common/header.tpl.php"; ?> <div class="switcher"><?php echo switcher("do", $doTypes); ?></div> <?php include "./sub/summary.tpl.php"; ?> <?php $entryList = getEntryList(); $isphp = $entryList['type'] == XC_TYPE_PHP; ob_start($config['path_nicer']); $listName = 'Cached'; $entries = $entryList['cache_list']; $caption = $isphp ? _T("php Cached") : _T("var Cached"); include "./sub/entrylist.tpl.php"; $listName = 'Deleted'; $caption = $isphp ? _T("php Deleted") : _T("var Deleted"); $entries = $entryList['deleted_list']; include "./sub/entrylist.tpl.php"; ob_end_flush(); unset($isphp); ?> <?php include "../common/footer.tpl.php"; ?>