택배 조회 URL 및 일부 코드 수정

This commit is contained in:
thisgun
2019-05-29 14:31:17 +09:00
parent e118090634
commit 37c3bca5b5
3 changed files with 3 additions and 2 deletions

View File

@ -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)'

View File

@ -41,6 +41,7 @@ do {
if($j > 20)
die(json_encode(array('error' => 'Coupon ID Error')));
}
$j++;
} while(1);
$cp = array_map('addslashes', $cp);

View File

@ -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;
}