PC용 회원가입폼 수정

This commit is contained in:
gnuboard
2013-04-23 18:40:31 +09:00
parent 6ee70cc6b9
commit e1c30625f1
3 changed files with 73 additions and 10 deletions

View File

@ -1,5 +1,7 @@
<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 자신만의 코드를 넣어주세요.
if ($config['cf_kcpcert_use']) {
include_once(G4_KCP_PATH.'/kcpcert.tail.skin.php');
}
?>