Changeset 19116
- Timestamp:
- 2010/11/06 22:29:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Response.php
r19115 r19116 74 74 75 75 function response(){ 76 76 $this->sendHeader(); 77 77 78 } 78 79 … … 81 82 header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 82 83 foreach ($this->header as $name => $head){ 83 header($name.': '.$head);84 header($name.': '.$head); 84 85 } 85 86 86 87 } 87 88
Note: See TracChangeset
for help on using the changeset viewer.