Пример #1
0
 /**
  * 
  * @return void
  */
 public function index()
 {
     header('Content-Type: image/gif; charset=UTF-8');
     header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
     header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
     header('Cache-Control: no-store, no-cache, must-revalidate');
     header('Cache-Control: max-age=0, post-check=0, pre-check=0');
     header('Pragma: no-cache');
     Captcha::show();
 }
Пример #2
0
<?php

include_once './includes/application.php';
Application::run('config');
Captcha::show();