Changeset 354
- Timestamp:
- 06/20/08 15:50:39 (2 months ago)
- Files:
-
- eaccelerator/trunk/control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/control.php
r337 r354 277 277 if yes, show 'User Cache' tab, else dont 278 278 */ 279 if (function_exists( eaccelerator_list_keys)) {279 if (function_exists('eaccelerator_list_keys')) { 280 280 $items = array(0 => 'Status', 1 => 'Script Cache', 2 => 'User Cache'); 281 281 } else {