From c51012c13155367d6ea1497a8bc22f87018091cc Mon Sep 17 00:00:00 2001 From: kagla Date: Tue, 24 Dec 2013 11:19:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=BA=A1?= =?UTF-8?q?=EC=B1=A0=20=EB=B9=84=EA=B5=90=20=EC=BD=94=EB=93=9C=20=EB=B3=B5?= =?UTF-8?q?=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcaptcha/kcaptcha.lib.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index e45b3cbd0..26c2bd532 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -269,14 +269,10 @@ function chk_captcha() if (!isset($_POST['captcha_key'])) return false; if (!trim($_POST['captcha_key'])) return false; - /* if ($_POST['captcha_key'] != get_session('ss_captcha_key')) { $_SESSION['ss_captcha_count'] = $captcha_count + 1; - $sql = " insert _error set er_datetime = NOW(), er_ip = '{$_SERVER['REMOTE_ADDR']}', er_user_agent = '{$_SERVER['HTTP_USER_AGENT']}', er_request = 'POST(".$_POST['captcha_key'].')!=SESSION('.get_session('ss_captcha_key').")' "; - sql_query($sql); return false; } - */ return true; } ?> \ No newline at end of file