XSS 취약점 및 특수문자 치환오류 수정
This commit is contained in:
@ -73,7 +73,7 @@ $colspan = 7;
|
||||
}
|
||||
|
||||
$search = array('"', "'");
|
||||
$replace = array('"', ''');
|
||||
$replace = array('"', ''');
|
||||
$me_name = str_replace($search, $replace, $row['me_name']);
|
||||
?>
|
||||
<tr class="<?php echo $bg; ?> menu_list menu_group_<?php echo substr($row['me_code'], 0, 2); ?>">
|
||||
|
||||
Reference in New Issue
Block a user