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;