Changeset 19114


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

Legend:

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

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