kcp 로그 경로 설정 코드 위치 변경

This commit is contained in:
chicpro
2014-08-29 16:50:50 +09:00
parent b7244a5265
commit 65feb61070

View File

@ -225,9 +225,9 @@ if (in_array($_POST['ct_status'], $status_cancel)) {
$tran_cd = '00200000';
$g_conf_home_dir = G5_SHOP_PATH.'/kcp';
$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';
}
$g_conf_site_cd = $default['de_kcp_mid'];