쇼핑몰에서 로그아웃시 쇼핑몰에 머물도록 수정
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user