폼메일 이름 표시 오류 수정

This commit is contained in:
chicpro
2015-10-02 16:24:10 +09:00
parent 41ee457cc7
commit dc8fbb05ef
2 changed files with 10 additions and 8 deletions

View File

@ -31,7 +31,7 @@ include_once(G5_PATH.'/head.sub.php');
if (!$name)
$name = base64_decode($email);
else
$name = get_text(stripslashes($name));
$name = get_text(stripslashes($name), true);
if (!isset($type))
$type = 0;