From 0f47a866e9d91a911f74145e95d78988965ffa13 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 4 Mar 2013 14:13:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=80=EC=93=B0=EA=B8=B0=EC=8B=9C=20wr=5Fid?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=20=EC=97=90=EB=9F=AC=20=EA=B2=BD=EB=A1=9C?= =?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 --- bbs/write.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write.php b/bbs/write.php index 0c7b3abd7..e2046cc96 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -31,7 +31,7 @@ if (($w == 'u' || $w == 'r') && !$write['wr_id']) { if ($w == '') { if ($wr_id) { - alert('글쓰기에는 \$wr_id 값을 사용하지 않습니다.', $g4['bbs_path'].'/board.php?bo_table='.$bo_table); + alert('글쓰기에는 \$wr_id 값을 사용하지 않습니다.', G4_BBS_URL.'/board.php?bo_table='.$bo_table); } if ($member['mb_level'] < $board['bo_write_level']) {