From 7af0db96315e9250d91f96c75ab0a16faf2963e7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 15 Jan 2015 15:16:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=EC=97=86=EC=9D=B4=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=88=98=EC=A0=95=ED=95=A0=20=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=EC=98=A4=EB=A5=98=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.php | 2 +- bbs/register_form_update.php | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/bbs/register_form.php b/bbs/register_form.php index 009d9b6d0..809bcb6ed 100644 --- a/bbs/register_form.php +++ b/bbs/register_form.php @@ -53,7 +53,7 @@ if ($w == "") { if (!$is_member) alert('로그인 후 이용하여 주십시오.', G5_URL); - if ($member['mb_id'] != $mb_id) + if ($member['mb_id'] != $_POST['mb_id']) alert('로그인된 회원과 넘어온 정보가 서로 다릅니다.'); /* diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index e3c346874..b61081c4e 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -412,7 +412,25 @@ if ($w == '') { set_session('ss_mb_id', ''); alert('회원 정보가 수정 되었습니다.\n\nE-mail 주소가 변경되었으므로 다시 인증하셔야 합니다.', G5_URL); } else { - alert('회원 정보가 수정 되었습니다.', G5_URL); + echo ' + + + + + 회원정보수정 + +
+ + + + +
+ + + '; } } ?>