Server IP : 192.64.118.117 / Your IP : 13.59.243.24 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/php55/usr/share/xcache_3/cacher/ |
Upload File : |
<?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"; ?>