LGU 결제 로그 안남기도록 수정

This commit is contained in:
thisgun
2019-01-07 14:38:26 +09:00
parent f9d0d693f8
commit 43a0ff5a5e
2 changed files with 23 additions and 6 deletions

View File

@ -176,6 +176,10 @@ function check_order_inicis_tmps(){
}
}
if( $default['de_pg_service'] == 'lg' && function_exists('check_log_folder') ){
check_log_folder(G5_LGXPAY_PATH.'/lgdacom/log');
}
set_cookie('admin_visit_time', G5_SERVER_TIME, 3600); //1시간 간격으로 체크
}
} //end function check_order_inicis_tmps