From 2ce07e5ec9eaaf3a7c99d14eefc1f94daac1cc78 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 16 Jan 2019 14:46:39 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/alert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/alert.php b/bbs/alert.php index b1117d347..1d74ad4b4 100644 --- a/bbs/alert.php +++ b/bbs/alert.php @@ -68,7 +68,7 @@ history.back(); $value) { - $key = clean_xss_tags($url); + $key = clean_xss_tags($key); $value = clean_xss_tags($value); if(strlen($value) < 1) From ab5fb4815d7406e83dc84998f22e8ec511f6aa8b Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 18 Jan 2019 11:34:31 +0900 Subject: [PATCH 2/4] =?UTF-8?q?KVE-2018-1968=20=EC=B7=A8=EC=95=BD=EC=A0=90?= =?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 --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 5ba0419cc..c24c56e07 100644 --- a/common.php +++ b/common.php @@ -122,7 +122,7 @@ $member = array(); $board = array(); $group = array(); $g5 = array(); - +$qaconfig = array(); //============================================================================== // 공통 From 6b67183ec5803c9da0c86c47603e9d2f5ec6f072 Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 18 Jan 2019 11:58:56 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EC=AA=BD=EC=A7=80=20=EC=A0=80=EC=9E=A5=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/memo_form_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/memo_form_update.php b/bbs/memo_form_update.php index cc9f00abe..dbdcb65dc 100644 --- a/bbs/memo_form_update.php +++ b/bbs/memo_form_update.php @@ -60,7 +60,7 @@ for ($i=0; $i Date: Fri, 18 Jan 2019 16:57:24 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=EB=B2=84=EC=A0=84=205.3.2.5=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 a7d518d18..87887e444 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.3.2.4'); +define('G5_GNUBOARD_VER', '5.3.2.5'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true);