From 9dea1a40dbf3d324bf5a039e95c430f5fd48b7df Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 11 Sep 2017 10:47:50 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ip=20=EC=B0=A8=EB=8B=A8=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=91=EA=B7=BC=EB=B6=88=EA=B0=80=20=EA=B8=80=EC=94=A8=20?= =?UTF-8?q?=EA=B9=A8=EC=A7=80=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index d0ed644af..dd06dca88 100644 --- a/common.php +++ b/common.php @@ -444,7 +444,7 @@ if ($is_admin != 'super') { break; } if (!$is_possible_ip) - die ("접근이 가능하지 않습니다."); + die ("접근이 가능하지 않습니다."); } // 접근차단 IP @@ -460,7 +460,7 @@ if ($is_admin != 'super') { $pat = "/^{$pattern[$i]}$/"; $is_intercept_ip = preg_match($pat, $_SERVER['REMOTE_ADDR']); if ($is_intercept_ip) - die ("접근 불가합니다."); + die ("접근 불가합니다."); } } From 5970f2a5774d830b07bb1094f761dd79234b898c Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 11 Sep 2017 10:50:58 +0900 Subject: [PATCH 2/2] =?UTF-8?q?5.2.9.3=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 155c2a968..996a30013 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.2.9.2'); +define('G5_GNUBOARD_VER', '5.2.9.3'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true);