From 0cbbd993ba7afff41ba6bdc1280cbefed9629437 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 13 Jun 2016 17:47:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=9D=B8?= =?UTF-8?q?=EC=A0=9D=EC=85=98=20=EC=B7=A8=EC=95=BD=EC=A0=90(16-418=20419)?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/okname/hpcert.config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/okname/hpcert.config.php b/plugin/okname/hpcert.config.php index af36c47e8..06b54b4c7 100644 --- a/plugin/okname/hpcert.config.php +++ b/plugin/okname/hpcert.config.php @@ -33,6 +33,8 @@ $clientDomain = $_SERVER['SERVER_NAME']; unset($p); +$clientDomain = escapeshellarg($clientDomain); + $rsv1 = '0'; // 예약 항목 $rsv2 = '0'; // 예약 항목 @@ -78,5 +80,5 @@ // ######################################################################## // # 리턴 URL 설정 // ######################################################################## -$returnUrl = G5_OKNAME_URL.'/hpcert2.php'; // 본인인증 완료후 리턴될 URL (도메인 포함 full path) +$returnUrl = escapeshellarg(G5_OKNAME_URL.'/hpcert2.php'); // 본인인증 완료후 리턴될 URL (도메인 포함 full path) ?> \ No newline at end of file