g4를 g5로 변경
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$g_conf_home_dir = G4_MSHOP_PATH.'/kcp'; // BIN 절대경로 입력 (bin전까지)
|
||||
$g_conf_home_dir = G5_MSHOP_PATH.'/kcp'; // BIN 절대경로 입력 (bin전까지)
|
||||
$g_conf_site_name = $default['de_admin_company_name'];
|
||||
$g_conf_log_level = '3'; // 변경불가
|
||||
$g_conf_gw_port = '8090'; // 포트번호(변경불가)
|
||||
@ -10,8 +10,8 @@ $g_conf_key_dir = '';
|
||||
$g_conf_log_dir = '';
|
||||
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
|
||||
{
|
||||
$g_conf_key_dir = G4_MSHOP_PATH.'/kcp/bin/pub.key';
|
||||
$g_conf_log_dir = G4_MSHOP_PATH.'/kcp/log';
|
||||
$g_conf_key_dir = G5_MSHOP_PATH.'/kcp/bin/pub.key';
|
||||
$g_conf_log_dir = G5_MSHOP_PATH.'/kcp/log';
|
||||
}
|
||||
|
||||
if ($default['de_card_test']) {
|
||||
|
||||
Reference in New Issue
Block a user