통합인증 : 이름/핸드폰 인풋 밸류 조작시 해쉬값 체크 로직 추가
This commit is contained in:
@ -160,7 +160,7 @@ if( $cert_enc_use == "Y" )
|
||||
// hash 데이터
|
||||
$cert_type = 'hp';
|
||||
$md5_cert_no = md5($cert_no);
|
||||
$hash_data = md5($user_name.$cert_type.$birth_day.$md5_cert_no);
|
||||
$hash_data = md5($user_name.$cert_type.$birth_day.$phone_no.$md5_cert_no);
|
||||
|
||||
// 성인인증결과
|
||||
$adult_day = date("Ymd", strtotime("-19 years", G5_SERVER_TIME));
|
||||
|
||||
Reference in New Issue
Block a user