Files
firstgarden-web-gnu/bbs/register_cert_reset.php

9 lines
241 B
PHP

<?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');