<?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"; ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
lang | Folder | 0755 |
|
|
sub | Folder | 0755 |
|
|
cacher.css | File | 1.18 KB | 0644 |
|
common.php | File | 103 B | 0644 |
|
config.default.php | File | 461 B | 0644 |
|
edit.php | File | 783 B | 0644 |
|
edit.tpl.php | File | 698 B | 0644 |
|
index.php | File | 7.22 KB | 0644 |
|
listentries.tpl.php | File | 656 B | 0644 |
|
mkpassword.php | File | 1.03 KB | 0644 |
|
summary.tpl.php | File | 245 B | 0644 |
|