쇼핑몰에서 로그아웃시 쇼핑몰에 머물도록 수정

This commit is contained in:
chicpro
2013-09-13 18:04:08 +09:00
parent de902d7fc5
commit 7cc43a4c91

View File

@ -16,7 +16,10 @@ if ($url) {
alert('url에 도메인을 지정할 수 없습니다.'); alert('url에 도메인을 지정할 수 없습니다.');
} }
$link = $url; if($url == 'shop')
$link = G5_SHOP_URL;
else
$link = $url;
} else if ($bo_table) { } else if ($bo_table) {
$link = G5_BBS_URL.'/board.php?bo_table='.$bo_table; $link = G5_BBS_URL.'/board.php?bo_table='.$bo_table;
} else { } else {