G4_PATH를 G4_URL로 변경

This commit is contained in:
chicpro
2013-03-18 16:07:59 +09:00
parent 3c3710a092
commit 62d9d93c2c
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ include_once('./_common.php');
// 로그인중인 경우 회원가입 할 수 없습니다.
if ($is_member) {
goto_url(G4_PATH);
goto_url(G4_URL);
}
// 세션을 지웁니다.