From be174e2de85ba8e6ca5c7681f5283945cb15f5e2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Mar 2013 17:29:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=83=80?= =?UTF-8?q?=EC=9D=B4=ED=8B=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/alert.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/alert.php b/bbs/alert.php index 83d8bf919..2667154be 100644 --- a/bbs/alert.php +++ b/bbs/alert.php @@ -5,9 +5,9 @@ global $lo_url; include_once('./_common.php'); if($error) { - $g4['title'] = "오류가 있습니다."; + $g4['title'] = "오류안내 페이지"; } else { - $g4['title'] = "내용을 확인해 주세요."; + $g4['title'] = "결과안내 페이지"; } include_once(G4_PATH.'/head.sub.php'); // 필수 입력입니다.