Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
kcp 결제 모듈중 include 처리수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jun 14, 2017
1 parent 07c7687 commit 2ffb3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shop/kcp/pp_cli_hub.php
Original file line number Diff line number Diff line change
@@ -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 ";
Expand Down
2 changes: 1 addition & 1 deletion shop/kcp/pp_cli_result.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
include './_common.php';
include_once './_common.php';
require_once(G5_SHOP_PATH.'/settle_kcp.inc.php');

/* ============================================================================== */
Expand Down

0 comments on commit 2ffb3f1

Please sign in to comment.