kcp 결제 모듈중 include 처리수정
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
include './_common.php';
|
include_once './_common.php';
|
||||||
include G5_LIB_PATH.'/etc.lib.php';
|
include_once G5_LIB_PATH.'/etc.lib.php';
|
||||||
|
|
||||||
if($tx == 'personalpay')
|
if($tx == 'personalpay')
|
||||||
$sql = " select count(*) as cnt from {$g5['g5_shop_personalpay_table']} where pp_id = '{$_POST['ordr_idxx']}' and pp_cash = 1 ";
|
$sql = " select count(*) as cnt from {$g5['g5_shop_personalpay_table']} where pp_id = '{$_POST['ordr_idxx']}' and pp_cash = 1 ";
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
include './_common.php';
|
include_once './_common.php';
|
||||||
require_once(G5_SHOP_PATH.'/settle_kcp.inc.php');
|
require_once(G5_SHOP_PATH.'/settle_kcp.inc.php');
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user