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);
|
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']?>">
|
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
|
|||||||
@ -20,10 +20,7 @@ else {
|
|||||||
$default['de_kcp_mid'] = "SR".$default['de_kcp_mid'];
|
$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";
|
||||||
$js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}_un.js";
|
|
||||||
else
|
|
||||||
$js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}.js";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* hashdata 암호화 (수정하지 마세요)
|
* hashdata 암호화 (수정하지 마세요)
|
||||||
|
|||||||
Reference in New Issue
Block a user