mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Encode interface/VIP descriptions before displaying them on the NTP daemon settings.
This commit is contained in:
parent
2276d74319
commit
bf2fb3db04
@ -112,7 +112,7 @@ include("head.inc");
|
||||
echo "<option value='{$iface}'";
|
||||
if (in_array($iface, $pconfig['interface']))
|
||||
echo "selected";
|
||||
echo ">{$ifacename}</option>\n";
|
||||
echo ">" . htmlspecialchars($ifacename) . "</option>\n";
|
||||
} ?>
|
||||
</select>
|
||||
<br/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user