Changeset 19115


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

Legend:

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

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