summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-10-31 15:44:14 -0400
committerjim-p <jimp@pfsense.org>2012-10-31 15:44:14 -0400
commitac4cbc1529197ae60532dca089607a75bab5d9fe (patch)
tree0eaa17ac7efecad08e40f18edc379a165aaf59c3 /usr/local/www/services_igmpproxy_edit.php
parentbb33a33724161823b6bd35e7f0f19a1d551cda82 (diff)
downloadpfsense-ac4cbc1529197ae60532dca089607a75bab5d9fe.zip
pfsense-ac4cbc1529197ae60532dca089607a75bab5d9fe.tar.gz
Encode some more parameters before showing them to users.
Diffstat (limited to 'usr/local/www/services_igmpproxy_edit.php')
-rwxr-xr-xusr/local/www/services_igmpproxy_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php
index 57c29cd..78ef6ab 100755
--- a/usr/local/www/services_igmpproxy_edit.php
+++ b/usr/local/www/services_igmpproxy_edit.php
@@ -207,7 +207,7 @@ include("head.inc");
<tr>
<td valign="top" class="vncell"><?=gettext("Threshold");?></td>
<td class="vtable">
- <input name="threshold" class="formfld unknown" id="threshold" value="<?php echo $pconfig['threshold'];?>">
+ <input name="threshold" class="formfld unknown" id="threshold" value="<?php echo htmlspecialchars($pconfig['threshold']);?>">
<br />
<span class="vexpl">
<?=gettext("Defines the TTL threshold for the network interface. Packets".
OpenPOWER on IntegriCloud