From d4204b9bc08efe211f3959ad831c9ae7fcff1779 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 29 Jan 2013 18:18:57 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=BC=EB=A9=94=EC=9D=BC=EB=B3=B4=EB=82=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=BA=A1=EC=B1=A0=20=EC=BD=94=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/formmail.php | 2 +- bbs/formmail_send.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bbs/formmail.php b/bbs/formmail.php index c98898246..b56175fbe 100644 --- a/bbs/formmail.php +++ b/bbs/formmail.php @@ -1,6 +1,6 @@ 1) alert_close('한번에 한사람에게만 메일을 발송할 수 있습니다.'); -if ($is_guest && !chk_captcha()) { +if (!chk_captcha()) { alert('스팸방지에 입력한 숫자가 틀렸습니다.'); }