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('스팸방지에 입력한 숫자가 틀렸습니다.'); }