XSS 취약점(16-1008) 수정

This commit is contained in:
thisgun
2017-01-05 17:54:32 +09:00
parent 0094cc9afe
commit e131563c8f
4 changed files with 8 additions and 4 deletions

View File

@ -7,6 +7,8 @@ auth_check($auth[$sub_menu], "w");
$html_title = 'FAQ';
$fm_id = preg_replace('/[^0-9]/', '', $fm_id);
if ($w == "u")
{
$html_title .= ' 수정';