윈도우 APM 환경에서의 오류 수정
This commit is contained in:
@ -7,9 +7,9 @@ $g_conf_log_level = '3'; // 변경불가
|
||||
$g_conf_gw_port = '8090'; // 포트번호(변경불가)
|
||||
|
||||
$g_conf_key_dir = '';
|
||||
$g_conf_log_dir = G5_SHOP_PATH.'/kcp/log';
|
||||
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
|
||||
{
|
||||
$g_conf_log_dir = G5_SHOP_PATH.'/kcp/log';
|
||||
$g_conf_key_dir = G5_SHOP_PATH.'/kcp/bin/pub.key';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user