Changeset 19110


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

Legend:

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

    r19109 r19110  
    8181        header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 
    8282        foreach ($this->header as $head){ 
    83           $head =  
     83          header($this->header) 
    8484        } 
    8585    } 
Note: See TracChangeset for help on using the changeset viewer.