경로 정리 - 큰일었어요!!!
This commit is contained in:
@ -15,7 +15,7 @@ if ($is_member) {
|
||||
if ($url)
|
||||
goto_url($url);
|
||||
else
|
||||
goto_url($g4['path']);
|
||||
goto_url($g4['url']);
|
||||
}
|
||||
|
||||
if ($url)
|
||||
@ -51,7 +51,7 @@ else
|
||||
// 로그인 스킨이 없는 경우 관리자 페이지 접속이 안되는 것을 막기 위하여 기본 스킨으로 대체
|
||||
$login_file = $member_skin_path.'/login.skin.php';
|
||||
if (!file_exists($login_file)) {
|
||||
$member_skin_path = $g4['path'].'/'.$g4['skin_dir'].'/member/basic';
|
||||
$member_skin_path = G4_PATH.'/'.$g4['skin_dir'].'/member/basic';
|
||||
}
|
||||
|
||||
include_once($member_skin_path.'/login.skin.php');
|
||||
|
||||
Reference in New Issue
Block a user