'/:reg_id', ); } //-------------------------------------------- // Index action, create the captcha. //-------------------------------------------- function captcha(&$reg, &$req, &$resp) { $captcha = &$this->getExtension('captcha'); $captcha->createCaptcha($reg, $req); } } ?>