사용자 코드 체크 및 정리

This commit is contained in:
chicpro
2014-03-26 17:14:30 +09:00
parent e61c402067
commit 1c9f0f6018
19 changed files with 65 additions and 51 deletions

View File

@ -51,10 +51,10 @@ if ($w == "") {
if ($is_admin)
alert('관리자의 회원정보는 관리자 화면에서 수정해 주십시오.', G5_URL);
if (!$member[mb_id])
if (!$is_member)
alert('로그인 후 이용하여 주십시오.', G5_URL);
if ($member[mb_id] != $mb_id)
if ($member['mb_id'] != $mb_id)
alert('로그인된 회원과 넘어온 정보가 서로 다릅니다.');
/*