X7ROOT File Manager
Current Path:
/opt/alt/php52/usr/share/xcache_3/cacher
opt
/
alt
/
php52
/
usr
/
share
/
xcache_3
/
cacher
/
ðŸ“
..
📄
cacher.css
(1.18 KB)
📄
common.php
(103 B)
📄
config.default.php
(461 B)
📄
edit.php
(783 B)
📄
edit.tpl.php
(698 B)
📄
index.php
(7.22 KB)
ðŸ“
lang
📄
listentries.tpl.php
(656 B)
📄
mkpassword.php
(1.03 KB)
ðŸ“
sub
📄
summary.tpl.php
(245 B)
Editing: 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"; ?>
Upload File
Create Folder