sms5 문자열 처리 및 기타문제 보완

This commit is contained in:
thisgun
2014-04-16 13:24:59 +09:00
parent a50f7ce802
commit 344a61d5a5
18 changed files with 64 additions and 15 deletions

View File

@ -20,7 +20,7 @@ $userinfo = array(
if ($userinfo['code'] == '202')
alert('아이코드 아이디와 패스워드가 맞지 않습니다.');
if ($cf_member == 'on')
if ($cf_member == '1')
$cf_member = 1;
else
$cf_member = 0;