로그인 후 이동링크 wishlist.php 로 수정

This commit is contained in:
chicpro
2014-02-24 16:46:17 +09:00
parent 11e1079925
commit 3df1adf3d6
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ if (G5_IS_MOBILE) {
}
if (!$is_member)
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php'));
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/wishlist.php'));
$g5['title'] = "위시리스트";
include_once('./_head.php');