회원정보찾기 : KGB 휴대폰/아이핀 인증 관련 수정

This commit is contained in:
projectSylas
2021-09-15 02:10:09 +00:00
parent 1d32545552
commit 3c7439fc0a
8 changed files with 314 additions and 4 deletions

View File

@ -14,6 +14,14 @@ foreach($check_arrays as $key){
// 금일 인증시도 회수 체크
certify_count_check($member['mb_id'], 'hp');
switch($_GET['pageType']){
case "register":
$resultPage = "/hpcert2.php";
break;
case "find":
$resultPage = "/find_hpcert2.php";
break;
}
// KISA 취약점 내용(KVE-2018-0291) hpcert1.php의 $cmd 함수에 대한 인자 값은 hpcert_config.php 파일에서 설정되나, 이를 다른 페이지에서 포함한 뒤 호출할 시 임의 값 설정 가능
// 이에 include_once 를 require 로 수정함
require('./hpcert.config.php');