summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-08 15:11:40 -0400
committerjim-p <jimp@pfsense.org>2015-09-08 15:11:40 -0400
commit5a33a6fb8a41a097204939fd696a0e7e6d5b877f (patch)
tree366026dff4877c98e4847690a116779d7c4f67f3 /usr
parentc8ee1f1404382878bc0fa515cdcedc6b21182aa7 (diff)
downloadpfsense-5a33a6fb8a41a097204939fd696a0e7e6d5b877f.zip
pfsense-5a33a6fb8a41a097204939fd696a0e7e6d5b877f.tar.gz
Encode server name in OpenVPN widget
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/widgets/widgets/openvpn.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/openvpn.widget.php b/usr/local/www/widgets/widgets/openvpn.widget.php
index 75ccc3f..fcc327b 100644
--- a/usr/local/www/widgets/widgets/openvpn.widget.php
+++ b/usr/local/www/widgets/widgets/openvpn.widget.php
@@ -126,7 +126,7 @@ $clients = openvpn_get_active_clients();
<table style="padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6" class="listtopic">
- <?=$server['name'];?> Client connections
+ <?=htmlspecialchars($server['name']);?> Client connections
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud