From 21b5df88275405699ff7a163ef95d1b0e2d6e339 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 8 Aug 2014 11:16:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/kcp/pp_cli_hub_lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shop/kcp/pp_cli_hub_lib.php b/shop/kcp/pp_cli_hub_lib.php index 42393d545..c7bc1222b 100644 --- a/shop/kcp/pp_cli_hub_lib.php +++ b/shop/kcp/pp_cli_hub_lib.php @@ -158,7 +158,7 @@ class C_PAYPLUS_CLI else { if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') - { + { $bin_exe = $home_dir.'/bin/pp_cli_exe '; $res_data = $this->mf_exec($bin_exe . "\"". @@ -181,9 +181,9 @@ class C_PAYPLUS_CLI $escw_data . $modx_data . "\"") ; - } - else - { + } + else + { if(PHP_INT_MAX == 2147483647) // 32-bit $bin_exe = $home_dir.'/bin/pp_cli'; else @@ -209,7 +209,7 @@ class C_PAYPLUS_CLI "cust_ip=" . $cust_ip . "," . "log_level=" . $log_level . "," . "opt=" . $opt . "" ); - } + } if ( $res_data == "" ) {