영카트 원격 코드 실행 취약점 수정(2017-1050)
This commit is contained in:
@ -75,7 +75,7 @@ $qstr .= ($qstr ? '&' : '').'sca='.$sca;
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td><?php echo editor_html('is_content', get_text($is['is_content'], 0)); ?></td>
|
||||
<td><?php echo editor_html('is_content', get_text(html_purifier($is['is_content']), 0)); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="is_reply_subject">답변 제목</label></th>
|
||||
@ -84,7 +84,7 @@ $qstr .= ($qstr ? '&' : '').'sca='.$sca;
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">답변 내용</th>
|
||||
<td><?php echo editor_html('is_reply_content', get_text($is['is_reply_content'], 0)); ?></td>
|
||||
<td><?php echo editor_html('is_reply_content', get_text(html_purifier($is['is_reply_content']), 0)); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">확인</th>
|
||||
|
||||
Reference in New Issue
Block a user