diff --git a/mobile/shop/event.php b/mobile/shop/event.php index d690164b6..74dfd2836 100644 --- a/mobile/shop/event.php +++ b/mobile/shop/event.php @@ -1,6 +1,8 @@ ', 0); +$sw_direct = preg_replace('/[^a-z0-9_]/i', '', $sw_direct); + // 모바일 주문인지 $is_mobile_order = is_mobile();