XSS 대응 코드 추가
This commit is contained in:
@ -166,7 +166,7 @@ if($w == '' && ($_POST['cp_sms_send'] || $_POST['cp_email_send'])) {
|
||||
|
||||
// E-MAIL
|
||||
if($config['cf_email_use'] && $_POST['cp_email_send'] && $arr_send_list[$i]['mb_email'] && $arr_send_list[$i]['mb_mailling']) {
|
||||
$mb_name = $arr_send_list[$i]['mb_name'];
|
||||
$mb_name = get_text($arr_send_list[$i]['mb_name']);
|
||||
switch($cp_method) {
|
||||
case 2:
|
||||
$coupon_method = '결제금액할인';
|
||||
|
||||
Reference in New Issue
Block a user