#490 인증메일주소를 변경할수 있도록 수정

This commit is contained in:
gnuboard
2013-08-06 17:14:04 +09:00
parent d4723395f0
commit a232452025
6 changed files with 117 additions and 14 deletions

View File

@ -13,7 +13,7 @@ if ($mb_md5)
{
sql_query(" update {$g4['member_table']} set mb_email_certify = '".G4_TIME_YMDHIS."' where mb_id = '{$mb_id}' ");
alert('E-mail 인증 처리를 완료 하였습니다.', G4_URL);
alert("메일인증 처리를 완료 하였습니다.\\n\\n지금부터 {$mb_id} 아이디로 로그인 가능합니다.", G4_URL);
}
}