5.3 버전 내용 적용

This commit is contained in:
thisgun
2018-03-30 17:40:37 +09:00
parent 87fdbc7882
commit f7ac06d7d4
733 changed files with 36660 additions and 11623 deletions

View File

@ -8,7 +8,7 @@ if (isset($_SESSION['ss_mb_reg']))
if (!$mb['mb_id'])
goto_url(G5_URL);
$g5['title'] = '회원가입 완료되었습니다.';
$g5['title'] = '회원가입 완료';
include_once('./_head.php');
include_once($member_skin_path.'/register_result.skin.php');
include_once('./_tail.php');