From 37c3bca5b56a67e460659462d8c08a63a76254ac Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 29 May 2019 14:31:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=9D=EB=B0=B0=20=EC=A1=B0=ED=9A=8C=20URL?= =?UTF-8?q?=20=EB=B0=8F=20=EC=9D=BC=EB=B6=80=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 2 +- shop/ajax.coupondownload.php | 1 + theme/basic/mobile/head.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index ffcf1717a..2472b031f 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -8,7 +8,7 @@ if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) return; .'(배송업체명^택배조회URL^연락처)' */ define('G5_DELIVERY_COMPANY', - '(경동택배^http://www.kdexp.com/sub3_shipping.asp?stype=1&p_item=^080-873-2178)' + '(경동택배^https://kdexp.com/basicNewDelivery.kd?barcode=^080-873-2178)' .'(대신택배^http://home.daesinlogistics.co.kr/daesin/jsp/d_freight_chase/d_general_process2.jsp?billno1=^043-222-4582)' .'(동부택배^http://www.dongbups.com/delivery/delivery_search_view.jsp?item_no=^1588-8848)' .'(로젠택배^http://www.ilogen.com/iLOGEN.Web.New/TRACE/TraceView.aspx?gubun=slipno&slipno=^1588-9988)' diff --git a/shop/ajax.coupondownload.php b/shop/ajax.coupondownload.php index d74c8cedf..65a197e26 100644 --- a/shop/ajax.coupondownload.php +++ b/shop/ajax.coupondownload.php @@ -41,6 +41,7 @@ do { if($j > 20) die(json_encode(array('error' => 'Coupon ID Error'))); } + $j++; } while(1); $cp = array_map('addslashes', $cp); diff --git a/theme/basic/mobile/head.php b/theme/basic/mobile/head.php index fd52ea823..eccc370b7 100644 --- a/theme/basic/mobile/head.php +++ b/theme/basic/mobile/head.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if(G5_COMMUNITY_USE === false) { - include_once(G5_THEME_SHOP_PATH.'/shop.head.php'); + include_once(G5_THEME_MSHOP_PATH.'/shop.head.php'); return; }