From 3574a09902c4560bba5cabbddb28315945ceac54 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 4 Mar 2019 12:25:58 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/register.lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/register.lib.php b/lib/register.lib.php index 93ed1071c..49afda6fa 100644 --- a/lib/register.lib.php +++ b/lib/register.lib.php @@ -180,6 +180,4 @@ function exist_mb_hp($reg_mb_hp, $reg_mb_id) else return ""; } - -return; ?> \ No newline at end of file From eb8bcb0a24356901b8cc6a96690d6e6138e2f84a Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 4 Mar 2019 12:26:39 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=EC=8B=9C=20=ED=94=84=EB=A1=9C=ED=95=84=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/common.lib.php b/lib/common.lib.php index c41b3e412..80552e574 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2967,6 +2967,9 @@ function member_delete($mb_id) // 아이콘 삭제 @unlink(G5_DATA_PATH.'/member/'.substr($mb_id,0,2).'/'.$mb_id.'.gif'); + + // 프로필 이미지 삭제 + @unlink(G5_DATA_PATH.'/member_image/'.substr($mb_id,0,2).'/'.$mb_id.'.gif'); } // 이메일 주소 추출 From 2c61975b49fd4eaf9d67e452eb0b9a7a59f986fa Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 4 Mar 2019 12:29:45 +0900 Subject: [PATCH 3/3] =?UTF-8?q?5.3.2.7=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 ee4888284..b26748df7 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.3.2.6'); +define('G5_GNUBOARD_VER', '5.3.2.7'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true);