g4[charset] 제거에 따른 iconv 관련 코드 수정

This commit is contained in:
chicpro
2013-01-30 16:26:19 +09:00
parent 35427edd3b
commit 7e411517e5
3 changed files with 7 additions and 16 deletions

View File

@ -233,10 +233,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($res_cd != '0000')
{
if (strtolower($g4[charset]) == "utf-8")
{
$res_msg = iconv("euc-kr", "utf-8", $res_msg);
}
$res_msg = iconv("euc-kr", "utf-8", $res_msg);
echo "<script>
var openwin = window.open( './kcp/proc_win.php', 'proc_win', '' );