<?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"; ?>
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 |
|