재인증 : 폼네임변경, 파일명 변경

This commit is contained in:
projectSylas
2021-09-30 05:29:31 +00:00
parent 779623b4e3
commit 0ddb2a97be
5 changed files with 39 additions and 65 deletions

View File

@ -14,6 +14,6 @@ $g5['title'] = '본인인증을 다시 해주세요.';
include_once(G5_PATH.'/_head.php');
$action_url = G5_HTTPS_BBS_URL."/member_cert_refresh_update.php";
include_once($member_skin_path.'/member_cert_reset.skin.php');
include_once($member_skin_path.'/member_cert_refresh.skin.php');
include_once(G5_PATH.'/_tail.php');