테스트를 위해 추가했던 코드 삭제

This commit is contained in:
chicpro
2013-01-30 17:53:56 +09:00
parent b1006a48bd
commit 41e2746562
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$test = "";
if ($default['de_card_test']) {
if ($default['de_escrow_use'] == 1) {
// 에스크로결제 테스트
@ -26,4 +27,4 @@ else
$g_conf_js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}.js";
$g_conf_log_level = "3"; // 변경불가
$g_conf_gw_port = "8090"; // 포트번호(변경불가)
$g_conf_gw_port = "8090"; // 포트번호(변경불가)

View File

@ -9,6 +9,7 @@ foreach($_POST as $key=>$value) {
fwrite($fp, $key." = ".$value." / ");
}
fclose($fp);
exit;
*/
/*------------------------------------------------------------------------------
@ -217,4 +218,4 @@ switch ($_SERVER['REMOTE_ADDR']) {
/* = 04. result 값 세팅 하기 = */
/* ============================================================================== */
?>
<html><body><form><input type="hidden" name="result" value="0000"></form></body></html>
<html><body><form><input type="hidden" name="result" value="0000"></form></body></html>