コード例 #1
0
 /**
  * Load BotDetect CAPTCHA Library.
  *
  * @return void
  */
 private static function loadBotDetectLibrary()
 {
     self::includeFile(Path::getBotDetectFilePath(), true);
 }