쿠폰존 추가

This commit is contained in:
chicpro
2016-09-09 13:57:57 +09:00
parent ac89a2d512
commit 6e1aa4ac0c
27 changed files with 1446 additions and 9 deletions

View File

@ -21,5 +21,5 @@ for ($i=0; $i<$count; $i++)
sql_query($sql);
}
goto_url('./couponlist.php');
goto_url('./couponlist.php?'.$qstr);
?>