mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Run IPsec logs through htmlspecialchars before display.
This commit is contained in:
parent
ec970b5004
commit
7ee7ed4617
@ -124,6 +124,7 @@ include("head.inc");
|
||||
</tr>
|
||||
<?php
|
||||
foreach($ipsec_logarr as $logent){
|
||||
$logent = htmlspecialchars($logent);
|
||||
foreach($search as $string) {
|
||||
if(preg_match($string, $logent))
|
||||
$match = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user