summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-27 22:58:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-27 22:58:33 +0000
commit239b93b35bf05c4b6cc6b206d32d3645a79812fc (patch)
tree2a96009abbb7f5196215d70aa861d50a4e257684 /usr/local/www/interfaces.php
parent0360823f5d4aed4d2c1f2cb97e0c3b414f1f0720 (diff)
downloadpfsense-239b93b35bf05c4b6cc6b206d32d3645a79812fc.zip
pfsense-239b93b35bf05c4b6cc6b206d32d3645a79812fc.tar.gz
Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index f235ebf..d99f877 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -850,7 +850,7 @@ function show_mon_config() {
</tr>
<tr>
<td valign="top" class="vncellreq">Password</td>
- <td class="vtable"><input name="password" type="text" class="formfld pwd" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
+ <td class="vtable"><input name="password" type="password" class="formfld pwd" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud