🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 21:27:06 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
php52
/
usr
/
share
/
xcache_3
/
cacher
📍 /opt/alt/php52/usr/share/xcache_3/cacher
🔄 Refresh
✏️
Editing: listentries.tpl.php
Read Only
<?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"; ?>
💾 Save Changes
❌ Cancel