예제 #1
0
 public function getCaptcha()
 {
     if (!$this->cfgCaptcha()) {
         return false;
     }
     return GWF_Form::captcha();
 }