Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: application/javascript; charset=utf-8';
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: text/css; charset=utf-8';
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->headers[] = 'Content-Type: image/jpeg';
     $this->headers[] = 'Content-Disposition: inline; filename="foxcaptcha.jpg"';
 }