Changeset 5707
- Timestamp:
- 10/26/07 21:50:49 (8 months ago)
- Files:
-
- trunk/lib/response/sfWebResponse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/response/sfWebResponse.class.php
r5092 r5707 279 279 280 280 // status 281 $status = 'HTTP/1. 0'.$this->statusCode.' '.$this->statusText;281 $status = 'HTTP/1.1 '.$this->statusCode.' '.$this->statusText; 282 282 header($status); 283 283