g4[charset] 설정 삭제 후 utf-8로 수정
This commit is contained in:
@ -49,7 +49,7 @@ ob_end_clean();
|
||||
|
||||
mailer($from_name, $from_email, $to_email, $subject, $content, 1);
|
||||
|
||||
echo "<meta http-equiv=\"content-type\" content=\"text/html; charset={$g4['charset']}\">";
|
||||
echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">";
|
||||
?>
|
||||
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
|
||||
<script language="JavaScript">
|
||||
|
||||
Reference in New Issue
Block a user