회원 : 기존 회원 본인인증 페이지 추가

This commit is contained in:
seeoya
2021-09-15 12:06:31 +09:00
parent a18b7b7d30
commit 6dc37c2162
9 changed files with 374 additions and 292 deletions

View File

@ -0,0 +1,9 @@
<?php
include_once('./_common.php');
// #TODO 인클루드 확인
$g5['title'] = '본인인증하기';
include_once(G5_PATH.'/_head.php');
include_once($member_skin_path.'/register_cert_reset.skin.php');
include_once(G5_PATH.'/_tail.php');