모바일 사용후기 상품문의 작성 후 이동경로 수정

This commit is contained in:
chicpro
2013-11-22 13:13:42 +09:00
parent 4f1b6ee3a5
commit 3abf00f181
4 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,10 @@ if ($w == "" || $w == "u") {
if (!$is_content) alert("내용을 입력하여 주십시오.");
}
$url = "./item.php?it_id=$it_id&_=".get_token()."#sit_use";
if($is_mobile_shop)
$url = './iteminfo.php?it_id='.$it_id.'&info=use';
else
$url = "./item.php?it_id=$it_id&_=".get_token()."#sit_use";
if ($w == "")
{