주문서 비밀번호 관련 코드 수정
This commit is contained in:
@ -8,7 +8,7 @@ if (G5_IS_MOBILE) {
|
||||
|
||||
define("_ORDERINQUIRY_", true);
|
||||
|
||||
$od_pwd = sql_password($od_pwd);
|
||||
$od_pwd = get_encrypt_string($od_pwd);
|
||||
|
||||
// 회원인 경우
|
||||
if ($is_member)
|
||||
|
||||
Reference in New Issue
Block a user