fetus Diary
2007/12/25(火) - 何を思ってやってたんだろう…
public function GetContentType() {
return 'text/plain';
$type = $this->GetAttribute('content_type');
return $type ? $type : 'image/jpeg';
}
たぶん何かのデバッグを試みていたんだとは思うんだけど…。
# 言うまでもなく、header('Content-Type: ' . $this->GetContentType()); みたいなコードがどこかにある
- 07/12/25 15:46
コメント
コメントはありません。