예제 #1
0
파일: captcha.php 프로젝트: cheese1/ampache
 public static function form($text = "")
 {
     $c = new easy_captcha();
     return $c->form("{$text}");
 }
예제 #2
0
 function form($text = '')
 {
     $c = new easy_captcha();
     return $c->form($text);
 }