Esempio n. 1
0
 public function execute()
 {
     echo SJB_Array::get(CaptchaPlugin::getCaptchaProperties(array()), 'captchaView');
 }
Esempio n. 2
0
 function Start()
 {
     usleep(500 * 1000);
     $c = new CaptchaPlugin();
     $c->Present($_GET['title']);
 }