g4[charset] 설정 삭제 후 utf-8로 수정

This commit is contained in:
chicpro
2013-03-15 11:59:57 +09:00
parent 25351a750d
commit 31d7db4af5
2 changed files with 2 additions and 5 deletions

View File

@ -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">