From 41ee457cc790c0e051b33a4c307e1663c3409340 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 2 Oct 2015 11:34:48 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=BC=EB=A9=94=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=ED=91=9C=EC=8B=9C=20=EC=98=A4=EB=A5=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/formmail.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/formmail.php b/bbs/formmail.php index 4b2d24aff..e5b69c93f 100644 --- a/bbs/formmail.php +++ b/bbs/formmail.php @@ -30,6 +30,8 @@ include_once(G5_PATH.'/head.sub.php'); if (!$name) $name = base64_decode($email); +else + $name = get_text(stripslashes($name)); if (!isset($type)) $type = 0;