From 0e5af5accf2d9cf0decc87a1f2f1d96258fa65d1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 4 Jul 2014 17:39:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=ED=95=84=EC=88=98=20=EB=95=8C=20=EC=B2=B4=ED=81=AC=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index a1be54f76..a7b1e5196 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -83,7 +83,7 @@ if ($w == '' || $w == 'u') { // 본인확인 체크 if($config['cf_cert_use'] && $config['cf_cert_req']) { - if(trim($_POST['cert_no']) != $_SESSION['ss_cert_no']) + if(trim($_POST['cert_no']) != $_SESSION['ss_cert_no'] || !$_SESSION['ss_cert_no']) alert("회원가입을 위해서는 본인확인을 해주셔야 합니다."); }