コード例 #1
0
ファイル: js.php プロジェクト: HPReflectoR/GlavExpert
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: application/javascript; charset=utf-8';
 }
コード例 #2
0
ファイル: css.php プロジェクト: HPReflectoR/GlavExpert
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: text/css; charset=utf-8';
 }
コード例 #3
0
ファイル: captcha.php プロジェクト: HPReflectoR/GlavExpert
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: image/jpeg';
     $this->headers[] = 'Content-Disposition: inline; filename="foxcaptcha.jpg"';
 }