비밀번호 확인없이 회원정보 수정할 수 있는 오류 수정

This commit is contained in:
chicpro
2015-01-15 15:16:02 +09:00
parent 60f378839c
commit 7af0db9631
2 changed files with 20 additions and 2 deletions

View File

@ -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('로그인된 회원과 넘어온 정보가 서로 다릅니다.');
/*