Beispiel #1
0
 protected function showCaptcha()
 {
     $model = new model_coresession_captcha($this->request('page'));
     $model->show();
 }