결제모듈 통합으로 인한 경로 수정
This commit is contained in:
@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user