From 5ebd6636a05e666ca59a71bef2275cf83545d116 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 8 May 2013 11:05:34 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=ED=9C=B4=EB=8C=80=ED=8F=B0=20=EB=B3=B8?= =?UTF-8?q?=EC=9D=B8=ED=99=95=EC=9D=B8=20=EA=B2=BD=EA=B3=A0=EB=A9=94?= =?UTF-8?q?=EC=84=B8=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/board.php b/bbs/board.php index bad53d552..61034e624 100644 --- a/bbs/board.php +++ b/bbs/board.php @@ -64,7 +64,7 @@ if (isset($wr_id) && $wr_id) { } if ($board['bo_use_cert'] == 'adult' && !$member['mb_adult']) { - alert('이 게시판은 휴대폰 본인확인으로 성인인증 된 회원님만 글읽기가 가능합니다.\\n\\n성인인데 글읽기가 안된다면 회원정보 수정에서 휴대폰 본인확인을\\n다시 해주시기 바랍니다.', G4_URL); + alert('이 게시판은 휴대폰 본인확인으로 성인인증 된 회원님만 글읽기가 가능합니다.\\n\\n현재 성인인데 글읽기가 안된다면 회원정보 수정에서 휴대폰 본인확인을 다시 해주시기 바랍니다.', G4_URL); } } From 034b009d83acb78f0380a2e9fbfd077c5f919247 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 8 May 2013 11:06:00 +0900 Subject: [PATCH 2/3] =?UTF-8?q?G4=5FDOMAIN=20=EC=82=AC=EC=9A=A9=EC=95=88?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index cda58baf6..f006b663f 100644 --- a/config.php +++ b/config.php @@ -24,7 +24,7 @@ if (PHP_VERSION >= '5.3.0') { 보안서버주소가 없다면 공란으로 두시면 되며 보안서버주소 뒤에 / 는 붙이지 않습니다. 입력예) https://www.domain.com:443/gnuboard4s */ -define('G4_DOMAIN', ''); +define('G4_DOMAIN', ''); // 사용하지 않습니다. define('G4_HTTPS_DOMAIN', ''); /* @@ -62,6 +62,12 @@ if (G4_DOMAIN) { define('G4_URL', ''); } +if (G4_HTTPS_DOMAIN) { + define('G4_URL', G4_HTTPS_DOMAIN); +} else { + define('G4_URL', G4_DOMAIN); +} + if (isset($g4_path['path'])) { define('G4_PATH', $g4_path['path']); } else { From 970080e994a150972c2bf05bd9d698c7a90e31e9 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 8 May 2013 11:28:33 +0900 Subject: [PATCH 3/3] =?UTF-8?q?charset=20utf-8=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcp/lib/ct_cli_lib.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugin/kcp/lib/ct_cli_lib.php b/plugin/kcp/lib/ct_cli_lib.php index 2b7e1dc13..dc40539d2 100644 --- a/plugin/kcp/lib/ct_cli_lib.php +++ b/plugin/kcp/lib/ct_cli_lib.php @@ -1,25 +1,25 @@ m_dec_data=""; } - // hash ó + // hash 처리 영역 function make_hash_data( $home_dir , $str ) { $hash_data = $this -> mf_exec( $home_dir . "/bin/ct_cli" , @@ -32,7 +32,7 @@ class C_CT_CLI return $hash_data; } - // dn_hash üũ Լ + // dn_hash 체크 함수 function check_valid_hash ($home_dir , $hash_data , $str ) { $ret_val = $this -> mf_exec( $home_dir . "/bin/ct_cli" , @@ -46,7 +46,7 @@ class C_CT_CLI return $ret_val; } - // ȣȭ ȣȭ + // 암호화 인증데이터 복호화 function decrypt_enc_cert ( $home_dir, $site_cd , $cert_no , $enc_cert_data , $opt) { $dec_data = $this -> mf_exec( $home_dir . "/bin/ct_cli" , @@ -62,7 +62,7 @@ class C_CT_CLI parse_str( str_replace( chr( 31 ), "&", $dec_data ), $this->m_dec_data ); } - // get data + // 인증데이터 get data function mf_get_key_value( $name ) { return $this->m_dec_data[ $name ];