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

View File

@ -20,10 +20,7 @@ else {
$default['de_kcp_mid'] = "SR".$default['de_kcp_mid'];
}
if (strtolower($g4['charset']) == 'utf-8')
$js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}_un.js";
else
$js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}.js";
$js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}_un.js";
/*
* hashdata 암호화 (수정하지 마세요)