diff options
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r-- | usr/local/www/system_advanced_admin.php | 2 |
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> |