Encode cert/ca descr in system_advanced_admin.php

This commit is contained in:
jim-p 2015-07-01 11:10:48 -04:00
parent e67c70a3b3
commit 0d45890317

View File

@ -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)) {