Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 2 of 2) sorted by relevance

/template/bootstrap3/
H A Diconify.php83 $content_type = 'application/javascript; charset=utf-8';
91 $content_type = 'image/svg+xml; charset=utf-8';
95 header("Content-Type: $content_type");
86 $content_type = 'application/javascript; charset=utf-8'; global() variable
89 $content_type = 'image/svg+xml; charset=utf-8'; global() variable
/template/kajukkk/
H A DSnoopy.class.php778 function _httprequest($url,$fp,$URI,$http_method,$content_type="",$body="") argument
821 if(!empty($content_type)) {
822 $headers .= "Content-type: $content_type";
823 if ($content_type == "multipart/form-data")
941 function _httpsrequest($url,$URI,$http_method,$content_type="",$body="") argument
985 if(!empty($content_type)) {
986 if ($content_type == "multipart/form-data")
987 $headers[] = "Content-type: $content_type; boundary=".$this->_mime_boundary;
989 $headers[] = "Content-type: $content_type";