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
0d6b017b28
commit
d2d45b5fd4
@ -342,7 +342,7 @@ function prot_change() {
|
||||
if ($pconfig['ssl-certref'] == $cert['refid'])
|
||||
$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