charset 을 utf-8 로 고정

This commit is contained in:
gnuboard
2013-07-29 16:28:54 +09:00
parent 69d6d40ee2
commit cb8c73db5d
3 changed files with 2 additions and 18 deletions

View File

@ -182,7 +182,7 @@ $msg = '해당 게시물을 선택한 게시판으로 '.$act.' 하였습니다.'
$opener_href = './board.php?bo_table='.$bo_table.'&page='.$page.'&'.$qstr;
echo <<<HEREDOC
<meta http-equiv="content-type" content="text/html; charset={$g4['charset']}">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script>
alert("$msg");
opener.document.location.href = "$opener_href";