Changeset 373 for branches/1.2/admin/xcache.php
- Timestamp:
- 05/05/2007 10:40:31 AM (21 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
admin/xcache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302 to /trunk:1-302,371
-
branches/1.2/admin/xcache.php
r250 r373 100 100 $pcnt = xcache_count(XC_TYPE_PHP); 101 101 $vcnt = xcache_count(XC_TYPE_VAR); 102 103 if ($_SERVER['REQUEST_METHOD'] == 'POST') { 104 $remove = @ $_POST['remove']; 105 if ($remove && is_array($remove)) { 106 foreach ($remove as $name) { 107 xcache_unset($name); 108 } 109 } 110 } 102 111 103 112 $moduleinfo = null;

