From b22733033740fe3b7c5cc6726ccd50965d33ee7a Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 1 Apr 2013 13:40:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EA=B8=80=20=EC=97=B4?= =?UTF-8?q?=EB=9E=8C=EC=8B=9C=20=EB=8F=8C=EC=95=84=EA=B0=80=EA=B8=B0=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bbs/password.php b/bbs/password.php index 532d8e0d2..2751d8cc4 100644 --- a/bbs/password.php +++ b/bbs/password.php @@ -21,8 +21,10 @@ switch ($w) { // 패스워드 창에서 로그인 하는 경우 관리자 또는 자신의 글이면 바로 글보기로 감 if ($is_admin || ($member['mb_id'] == $write['mb_id'] && $write['mb_id'])) goto_url('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id); - else + else { $action = './password_check.php'; + $return_url = $_SERVER['HTTP_REFERER']; + } break; default : alert('w 값이 제대로 넘어오지 않았습니다.');