kcp 결제 모듈중 include 처리수정

This commit is contained in:
thisgun
2017-04-17 09:55:20 +09:00
parent 9d8c490a7a
commit c5bfb32c7e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
include './_common.php';
include G5_LIB_PATH.'/etc.lib.php';
include_once './_common.php';
include_once G5_LIB_PATH.'/etc.lib.php';
if($tx == 'personalpay')
$sql = " select count(*) as cnt from {$g5['g5_shop_personalpay_table']} where pp_id = '{$_POST['ordr_idxx']}' and pp_cash = 1 ";

View File

@ -1,5 +1,5 @@
<?php
include './_common.php';
include_once './_common.php';
require_once(G5_SHOP_PATH.'/settle_kcp.inc.php');
/* ============================================================================== */