kcp 라이브러리 include 코드 변경

This commit is contained in:
chicpro
2015-01-28 09:17:29 +09:00
parent 7e10c89605
commit 053fb62dca
9 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<?php
include_once('./_common.php');
include G5_MSHOP_PATH.'/settle_kcp.inc.php';
require G5_MSHOP_PATH.'/kcp/KCPComLibrary.php'; // library [수정불가]
include_once(G5_MSHOP_PATH.'/settle_kcp.inc.php');
require_once(G5_MSHOP_PATH.'/kcp/KCPComLibrary.php'); // library [수정불가]
?>
<?php