Changeset 19127


Ignore:
Timestamp:
2010/11/06 22:37:27 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Response.php

    r19123 r19127  
    8080    function sendHeader(){ 
    8181        // HTTPのヘッダ 
    82         header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 
     82//        header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 
    8383        foreach ($this->header as $name => $head){ 
    8484            header($name.': '.$head); 
Note: See TracChangeset for help on using the changeset viewer.