X7ROOT File Manager
Current Path:
/opt/alt/php56/usr/share/xcache_3/cacher
opt
/
alt
/
php56
/
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: edit.tpl.php
<?php include "../common/header.tpl.php"; ?> <?php $h_name = htmlspecialchars(var_export($name, true)); $h_value = htmlspecialchars($value); ?> <form method="post" action=""> <fieldset> <legend><?php echo sprintf(_T("Editing Variable %s"), $h_name); ?></legend> <textarea name="value" style="width: 100%; height: 200px; overflow-y: auto" <?php echo $editable ? "" : "disabled=disabled"; ?>><?php echo $h_value; ?></textarea><br> <input type="submit" <?php echo $editable ? "" : "disabled=disabled"; ?>> <?php if (!$editable) { echo sprintf(_T("Set %s in config to enable"), "\$config['enable_eval'] = true"); } ?> </fieldset> </form> <?php include "../common/footer.tpl.php"; ?>
Upload File
Create Folder