From eb703318ceb17494849daa94a0f569a65058509f Mon Sep 17 00:00:00 2001 From: kagla Date: Thu, 26 Dec 2013 16:54:07 +0900 Subject: [PATCH] =?UTF-8?q?dn=5Fhash=20=EB=B3=80=EC=A1=B0=20=EC=9C=84?= =?UTF-8?q?=ED=97=98=EC=9E=88=EC=9D=8C=20(".G5=5FKCPCERT=5FPATH."/bin/ct?= =?UTF-8?q?=5Fcli=20=ED=8C=8C=EC=9D=BC=EC=97=90=20=EC=8B=A4=ED=96=89?= =?UTF-8?q?=EA=B6=8C=ED=95=9C=EC=9D=B4=20=EC=9E=88=EB=8A=94=EC=A7=80=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=ED=95=98=EC=84=B8=EC=9A=94.)=20=EB=A1=9C=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcpcert/kcpcert_result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/kcpcert/kcpcert_result.php b/plugin/kcpcert/kcpcert_result.php index d90b3d701..fb642a557 100644 --- a/plugin/kcpcert/kcpcert_result.php +++ b/plugin/kcpcert/kcpcert_result.php @@ -102,7 +102,7 @@ if( $cert_enc_use == "Y" ) { // 검증 실패시 처리 영역 - echo "dn_hash 변조 위험있음"; + echo "dn_hash 변조 위험있음 (".G5_KCPCERT_PATH."/bin/ct_cli 파일에 실행권한이 있는지 확인하세요.)"; exit; // 오류 처리 ( dn_hash 변조 위험있음) }