diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:00:28 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:00:28 -0400 |
commit | b017390b6bda647e0d78256d4058a3de01060cdf (patch) | |
tree | ecfb792295fa7335611b3b90aee51c4ad0791776 | |
parent | bb1d8f75e7d0533d8e28df91805a1c03ed8f2293 (diff) | |
download | pfsense-packages-b017390b6bda647e0d78256d4058a3de01060cdf.tar.gz pfsense-packages-b017390b6bda647e0d78256d4058a3de01060cdf.tar.bz2 pfsense-packages-b017390b6bda647e0d78256d4058a3de01060cdf.zip |
Change stats realm field type to password
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index b5edb2d9..2715af93 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -489,7 +489,7 @@ The left part of the URI (before the question mark) is hashed <tr align="left" id='stats_password_row' name='stats_password_row' <?if ($pconfig['stats_enabled']!='yes') echo "style=\"display: none;\"";?>> <td width="22%" valign="top" class="vncellreq">Stats Password</td> <td width="78%" class="vtable" colspan="2"> - <input id="stats_password" name="stats_password" type="text" <?if(isset($pconfig['stats_password'])) echo "value=\"{$pconfig['stats_password']}\"";?> size="64"> + <input id="stats_password" name="stats_password" type="password" <?if(isset($pconfig['stats_password'])) echo "value=\"{$pconfig['stats_password']}\"";?> size="64"> <br/> Example: / or /index.php or /index.html or /testmypage.cgi </td> |