회원 : 기존 회원 본인인증 페이지 추가
This commit is contained in:
9
bbs/register_cert_reset.php
Normal file
9
bbs/register_cert_reset.php
Normal 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');
|
||||
Reference in New Issue
Block a user