Changeset 1144 for trunk/htdocs/cacher/edit.php
- Timestamp:
- 08/23/2012 04:20:26 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/edit.php
r1142 r1144 13 13 if ($_SERVER['REQUEST_METHOD'] == 'POST') { 14 14 if (!empty($config['enable_eval'])) { 15 eval('$value = ' . $_POST['value'] );15 eval('$value = ' . $_POST['value'] . ';'); 16 16 } 17 17 else { … … 19 19 } 20 20 xcache_set($name, $value); 21 header("Location: xcache.php?type=" . XC_TYPE_VAR);21 header("Location: ./?do=listvar"); 22 22 exit; 23 23 }

