summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-06-16 11:37:53 -0400
committerjim-p <jimp@pfsense.org>2015-06-16 11:38:09 -0400
commitb29a65a493695797472e5483c5cccc3583f42809 (patch)
tree8530126a8b69f9aacc5655d5ff8677ed20f4c488 /usr/local/www
parentf727f2570925017a89a5c780a973fa11730d623f (diff)
downloadpfsense-b29a65a493695797472e5483c5cccc3583f42809.zip
pfsense-b29a65a493695797472e5483c5cccc3583f42809.tar.gz
Encoding in system_advanced_admin.php
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 9b82903..99588c2 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -545,7 +545,7 @@ function prot_change() {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("SSH port"); ?></td>
<td width="78%" class="vtable">
- <input name="sshport" type="text" id="sshport" value="<?php echo $pconfig['sshport']; ?>" />
+ <input name="sshport" type="text" id="sshport" value="<?php echo htmlspecialchars($pconfig['sshport']); ?>" />
<br />
<span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22."); ?></span>
</td>
OpenPOWER on IntegriCloud