From 2faf954ef10b1d138bcc4fc68850eb511cc3b575 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 18 Jan 2013 10:01:39 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=AA=BD=EC=A7=80=20=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20alert=20=ED=95=A8=EC=88=98=EC=97=90=20?= =?UTF-8?q?=EC=9D=B8=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.sub.php b/head.sub.php index bf1da870b..07522decb 100644 --- a/head.sub.php +++ b/head.sub.php @@ -12,7 +12,7 @@ if (isset($member['mb_memo_call']) && $member['mb_memo_call']) { $mb = get_member($member['mb_memo_call'], "mb_nick"); sql_query(" update {$g4['member_table']} set mb_memo_call = '' where mb_id = '{$member['mb_id']}' "); - alert($mb['mb_nick'].'님으로부터 쪽지가 전달되었습니다.', $_SERVER['REQUEST_URI']); + alert($mb['mb_nick'].'님으로부터 쪽지가 전달되었습니다.', $_SERVER['REQUEST_URI'], false); } From ac85a17055d5548ec4ef2e61764d42520a84b03a Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 18 Jan 2013 10:02:03 +0900 Subject: [PATCH 2/3] =?UTF-8?q?alert=20=ED=95=A8=EC=88=98=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 --- bbs/alert.php | 23 ++++++++++++++++++++--- lib/common.lib.php | 5 +---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/bbs/alert.php b/bbs/alert.php index 55337201f..4d0f26e30 100644 --- a/bbs/alert.php +++ b/bbs/alert.php @@ -21,27 +21,44 @@ include_once($g4['path'].'/head.sub.php'); // 이미지 파일이 아닙니다..gif .jpg .png 파일만 가능합니다. // 파일만 가능합니다. // 공백이 없어야 합니다. + +$msg2 = str_replace("\\n", "
", $msg); + +if (!$url) $url = $_SERVER['HTTP_REFERER']; + +if($error) { + $header2 = "다음 항목에 오류가 있습니다."; +} else { + $header2 = "다음 내용을 확인해 주세요."; +} ?> + + + ", $msg); - - if (!$url) $url = $_SERVER['HTTP_REFERER']; /* //header("Content-Type: text/html; charset=$g4['charset']"); From 270020720463ad56926f4177c7bdb6c853cbe273 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 18 Jan 2013 10:24:20 +0900 Subject: [PATCH 3/3] =?UTF-8?q?noscript=20=EC=83=81=ED=83=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=8A=A4=ED=81=AC=EB=9E=A9=20=EC=83=88=EC=B0=BD?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=8B=A4=EC=8B=9C=20=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/neo/view.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index d1c9b9b3a..85c9cc877 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -121,7 +121,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가