G4_PATH를 G4_URL로 변경
This commit is contained in:
@ -3,7 +3,7 @@ include_once('./_common.php');
|
||||
|
||||
// 로그인중인 경우 회원가입 할 수 없습니다.
|
||||
if ($is_member) {
|
||||
goto_url(G4_PATH);
|
||||
goto_url(G4_URL);
|
||||
}
|
||||
|
||||
// 세션을 지웁니다.
|
||||
|
||||
Reference in New Issue
Block a user