Changeset 4597 for trunk/core/httpresponse.core.php
- Timestamp:
- 08/22/10 19:35:26 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/httpresponse.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/httpresponse.core.php
r4578 r4597 27 27 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005 - onwards) 28 28 * @link http://www.clansuite.com 29 * 29 * 30 30 * @version SVN: $Id$ 31 31 */ … … 101 101 102 102 /** 103 * Get-Method for HTTP 1.1 status code and its meaning. 104 * 105 * used in (@link $this->flush ) 106 * @see $this->flush() 103 * Get HTTP 1.1 status code description by status code. 104 * 107 105 * @link http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 108 106 */ … … 129 127 '404' => 'Not Found', 130 128 # Server Error 131 '500' => 'Internal Server Error' 129 '500' => 'Internal Server Error', 130 '503' => 'Service Temporarily Unavailable' 132 131 ); 133 132
Note: See TracChangeset
for help on using the changeset viewer.
