Esempio n. 1
0
 public function execute()
 {
     $captcha = new captcha();
     if ($captcha->created == false) {
         exit;
     }
     $captcha->to_output();
     $this->output->disable();
 }