로그인 후 이동링크 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

@ -2,7 +2,7 @@
include_once('./_common.php');
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(G5_MSHOP_PATH.'/_head.php');