경로 정리 - 큰일었어요!!!

This commit is contained in:
gnuboard
2013-01-27 15:48:08 +09:00
parent 5891f1a77a
commit 023d9233d2
623 changed files with 822 additions and 7680 deletions

View File

@ -6,7 +6,7 @@ if (isset($_SESSION['ss_mb_reg']))
// 회원정보가 없다면 초기 페이지로 이동
if (!$mb['mb_id'])
goto_url($g4['path']);
goto_url(G4_PATH);
$g4['title'] = '회원가입이 완료되었습니다.';
include_once('./_head.php');