윈도우 APM 환경에서의 오류 수정

This commit is contained in:
chicpro
2014-08-08 10:23:39 +09:00
parent cb1e206dc2
commit 5987db4c73
5 changed files with 105 additions and 51 deletions

View File

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