결제모듈 통합으로 인한 경로 수정

This commit is contained in:
chicpro
2014-01-17 16:25:34 +09:00
parent f5f06ec337
commit 876b6069d2

View File

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