From 9ef65f3f251b4edd99325cd315fd3562f8668e5c Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 27 Oct 2014 15:31:25 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=BD=EA=B3=A0=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=ED=9B=84=20=EC=9D=B4=EB=8F=99=20=EA=B2=BD=EB=A1=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write_update.php b/bbs/write_update.php index 7adaed4fe..11a8d185b 100644 --- a/bbs/write_update.php +++ b/bbs/write_update.php @@ -270,7 +270,7 @@ if ($w == '' || $w == 'r') { } } else if ($w == 'u') { if (get_session('ss_bo_table') != $_POST['bo_table'] || get_session('ss_wr_id') != $_POST['wr_id']) { - alert('올바른 방법으로 수정하여 주십시오.'); + alert('올바른 방법으로 수정하여 주십시오.', G5_BBS_URL.'/board.php?bo_table='.$bo_table); } $return_url = './board.php?bo_table='.$bo_table.'&wr_id='.$wr_id;