mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
XSS security fix
This commit is contained in:
parent
b978e72977
commit
ba913ba0e7
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
<td class="log" width="239px"><b><?php echo $data[$key]['RECORD'] ?></b></td>
|
||||
<td class="log-counter-value" width="57px"><?php echo $data[$key]['TYPE'] ?></td>
|
||||
<td class="log-counter-value" width="62px"><?php echo $data[$key]['PRIORITY'] ?></td>
|
||||
<td class="log-counter-value" ><?php echo $data[$key]['VALUE'] ?></td>
|
||||
<td class="log-counter-value" ><?php echo htmlspecialchars($data[$key]['VALUE'], ENT_QUOTES, 'UTF-8') ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue