영카트5 5.4 버전에서 잘못되거나 누락된 코드 수정

This commit is contained in:
thisgun
2020-01-13 17:31:57 +09:00
parent f88eb12f47
commit 6a2454c357
9 changed files with 30 additions and 23 deletions

View File

@ -29,7 +29,7 @@ if ($w == "" || $w == "u") {
if($is_mobile_shop)
$url = './iteminfo.php?it_id='.$it_id.'&info=use';
else
$url = shop_item_url($it_id)."?_=".get_token()."#sit_use";
$url = shop_item_url($it_id, "_=".get_token()."#sit_use");
if ($w == "")
{