mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Encode cert/ca descr in system_advanced_admin.php
This commit is contained in:
parent
e67c70a3b3
commit
0d45890317
@ -381,7 +381,7 @@ function prot_change() {
|
||||
$selected = "selected=\"selected\"";
|
||||
}
|
||||
?>
|
||||
<option value="<?=$cert['refid'];?>" <?=$selected;?>><?=$cert['descr'];?></option>
|
||||
<option value="<?=$cert['refid'];?>" <?=$selected;?>><?=htmlspecialchars($cert['descr']);?></option>
|
||||
<?php
|
||||
endforeach;
|
||||
if (!count($a_cert)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user