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

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

@ -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');