Pretent we are a little bit more secure and hide the password from folks

that can look over your shoulder.
This commit is contained in:
Scott Ullrich 2007-12-27 22:58:39 +00:00
parent d4e32f54df
commit 8ea9996cd4
2 changed files with 2 additions and 2 deletions

View File

@ -801,7 +801,7 @@ function type_change(enable_change,enable_change_pptp) {
</tr>
<tr>
<td valign="top" class="vncellreq">Password</td>
<td class="vtable"><input name="password" type="text" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
<td class="vtable"><input name="password" type="password" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
</td>
</tr>
<tr>

View File

@ -801,7 +801,7 @@ function type_change(enable_change,enable_change_pptp) {
</tr>
<tr>
<td valign="top" class="vncellreq">Password</td>
<td class="vtable"><input name="password" type="text" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
<td class="vtable"><input name="password" type="password" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
</td>
</tr>
<tr>