설문조사 기타의견 XSS 공격 대응코드 추가

This commit is contained in:
chicpro
2014-10-20 09:42:08 +09:00
parent 743c206bc7
commit 7863d42834
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ if ($w == '')
$pc_idea = stripslashes($pc_idea);
$name = cut_str($pc_name, $config['cf_cut_name']);
$name = get_text(cut_str($pc_name, $config['cf_cut_name']));
$mb_id = '';
if ($member['mb_id'])
$mb_id = '('.$member['mb_id'].')';