Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-01-16 17:56:38 +09:00
4 changed files with 33 additions and 13 deletions

View File

@ -10,7 +10,7 @@ if (!$mb['mb_id'])
$member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin'];
$g4['title'] = '회원가입결과';
$g4['title'] = '회원가입이 완료되었습니다.';
include_once('./_head.php');
include_once($member_skin_path.'/register_result.skin.php');
include_once('./_tail.php');