Changeset 7464
- Timestamp:
- 02/12/08 03:58:47 (8 months ago)
- Files:
-
- branches/1.1/lib/exception/sfException.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/exception/sfException.class.php
r7297 r7464 68 68 ob_start(sfConfig::get('sf_compressed') ? 'ob_gzhandler' : ''); 69 69 70 header('HTTP/1. 0500 Internal Server Error');70 header('HTTP/1.1 500 Internal Server Error'); 71 71 } 72 72