XSS 취약점 수정
This commit is contained in:
@ -51,7 +51,7 @@ $sql = " select wr_subject from {$write_table}
|
|||||||
and wr_is_comment = 0 ";
|
and wr_is_comment = 0 ";
|
||||||
$row = sql_fetch($sql);
|
$row = sql_fetch($sql);
|
||||||
|
|
||||||
$g5['title'] = $row['wr_subject'];
|
$g5['title'] = get_text($row['wr_subject']);
|
||||||
|
|
||||||
include_once($member_skin_path.'/password.skin.php');
|
include_once($member_skin_path.'/password.skin.php');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user