폼메일 이름 표시 오류 수정
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user