From 876b6069d2c9f5ea36ff4187b4f2d766d5b56534 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 17 Jan 2014 16:25:34 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/settle_kcp.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/settle_kcp.inc.php b/mobile/shop/settle_kcp.inc.php index f7f3dac9b..76f60fa2a 100644 --- a/mobile/shop/settle_kcp.inc.php +++ b/mobile/shop/settle_kcp.inc.php @@ -10,8 +10,8 @@ $g_conf_key_dir = ''; $g_conf_log_dir = ''; if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { - $g_conf_key_dir = G5_MSHOP_PATH.'/kcp/bin/pub.key'; - $g_conf_log_dir = G5_MSHOP_PATH.'/kcp/log'; + $g_conf_key_dir = G5_SHOP_PATH.'/kcp/bin/pub.key'; + $g_conf_log_dir = G5_SHOP_PATH.'/kcp/log'; } if ($default['de_card_test']) {