コード例 #1
0
ファイル: Captcha.php プロジェクト: ircoco/BlackCatCMS
 /**
  *
  * @access public
  * @return
  **/
 public static function check()
 {
     if (!CAT_Helper_Image::check_gd() || !file_exists(CAT_PATH . '/modules/lib_securimage/include/securimage.php')) {
         return self::wbstyle_check();
     } else {
         return self::securImage_check();
     }
 }