From b6054de287c1b3ae409b9148fd853251cdad8767 Mon Sep 17 00:00:00 2001 From: PheRum Date: Tue, 12 May 2015 16:57:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0=D1=82=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D1=8B=D1=85=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/includes/functions.php | 2 -- 1 file changed, 2 deletions(-) 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'];