통합인증 : 인증 갱신 관련 추가 작업

This commit is contained in:
projectSylas
2021-09-24 02:55:23 +00:00
parent 15821991f2
commit 49283792d2
20 changed files with 664 additions and 46 deletions

View File

@ -0,0 +1,15 @@
<?php
define('G5_CERT_IN_PROG', true);
include_once('./_common.php');
if(!$is_member) { alert("잘못된 접근입니다."); goto_url(G5_URL); }
if($config['cf_cert_use'] == 0) alert("본인인증을 이용 할 수 없습니다. 관리자에게 문의 하십시오.");
$g5['title'] = '본인인증을 다시 해주세요.';
include_once(G5_PATH.'/_head.php');
$action_url = G5_HTTPS_BBS_URL."/member_cert_refresh_update.php";
include_once($member_skin_path.'/register_cert_reset.skin.php');
include_once(G5_PATH.'/_tail.php');