Changeset 19101


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

Legend:

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

    r19100 r19101  
    2929 
    3030    function response(){ 
    31  
     31     
    3232    } 
     33     
    3334 
    3435    function setContentLength(int $length){ 
     
    3839 
    3940    function setContentType(String $contentType){ 
    40       $this->header['Content-Type'] = "text/plain"; 
     41      $this->header['Content-Type'] = $contentType; 
    4142    } 
    4243 
Note: See TracChangeset for help on using the changeset viewer.