function activate()
 {
     if (Request::_GET('audio')) {
         $this->captcha->getAudioCaptcha();
     } else {
         $this->captcha->getImageCaptcha();
     }
 }