Changeset 264 for eaccelerator/branches/0.9.5/control.php
- Timestamp:
- 08/06/06 22:44:23 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/control.php
r226 r264 59 59 } 60 60 $info = eaccelerator_info(); 61 if (!is_array($info)) { 62 die('An error occured getting eAccelerator information, this is caused if eAccelerator isn\'t initalised properly'); 63 } 61 64 /* }}} */ 62 65