diff --git a/library/includes/functions.php b/library/includes/functions.php index 60d6aedfd..c32f246cd 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -2568,8 +2568,6 @@ function bb_captcha ($mode, $callback = '') { global $bb_cfg, $lang, $userdata; - //require_once(TP_AUTO_DIR . 'ReCaptcha/ReCaptcha.php'); - $secret = $bb_cfg['captcha']['secret_key']; $public = $bb_cfg['captcha']['public_key']; $cp_theme = $bb_cfg['captcha']['theme'];