통합인증 > 간편인증 문구 변경

This commit is contained in:
seeoya
2022-01-11 15:14:09 +09:00
parent 78f95c3182
commit 830cffefb0
28 changed files with 46 additions and 46 deletions

View File

@ -61,7 +61,7 @@ if ($_POST["resultCode"] === "0000") {
exit;
}
$g5['title'] = 'KG이니시스 통합인증 결과';
$g5['title'] = 'KG이니시스 간편인증 결과';
include_once(G5_PATH.'/head.sub.php');
?>
<form name="mbFindForm" method="POST">

View File

@ -52,7 +52,7 @@ switch($_GET['pageType']) {
}
$resultUrl = G5_INICERT_URL . $resultPage;
$g5['title'] = 'KG이니시스 통합인증';
$g5['title'] = 'KG이니시스 간편인증';
include_once(G5_PATH.'/head.sub.php');
?>
<form name="saForm">

View File

@ -71,7 +71,7 @@ if ($_POST["resultCode"] === "0000") {
set_session("ss_cert_hash", $hash_data);
set_session("ss_cert_adult", $adult);
set_session("ss_cert_birth", $birth_day);
//set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 통합인증은 성별정보 리턴 없음
//set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 간편인증은 성별정보 리턴 없음
set_session('ss_cert_dupinfo', $mb_dupinfo);
} else {
@ -85,7 +85,7 @@ if ($_POST["resultCode"] === "0000") {
exit;
}
$g5['title'] = 'KG이니시스 통합인증 결과';
$g5['title'] = 'KG이니시스 간편인증 결과';
include_once(G5_PATH.'/head.sub.php');
?>
<script>