summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-07-01 11:14:37 -0400
committerjim-p <jimp@pfsense.org>2015-07-01 11:14:37 -0400
commita14571438d498c5b084cc5c94886f75cbdf58bfd (patch)
tree09eccaeef69042b89ab1c22040d9eafb79be4165 /usr
parent11df03205923c758039b697f89ec67cf4198f109 (diff)
downloadpfsense-a14571438d498c5b084cc5c94886f75cbdf58bfd.zip
pfsense-a14571438d498c5b084cc5c94886f75cbdf58bfd.tar.gz
Encode ca/cert descr in system_authservers.php
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index d90b681..0b7c81d 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -565,7 +565,7 @@ function select_clicked() {
$selected = "selected=\"selected\"";
}
?>
- <option value="<?=$ca['refid'];?>" <?=$selected;?>><?=$ca['descr'];?></option>
+ <option value="<?=$ca['refid'];?>" <?=$selected;?>><?=htmlspecialchars($ca['descr']);?></option>
<?php endforeach; ?>
</select>
<br /><span><?=gettext("This option is used if 'SSL Encrypted' option is chosen.");?> <br />
OpenPOWER on IntegriCloud