|
From: Benjamin C. <bc...@us...> - 2001-11-12 14:51:31
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv3451/templates/default
Modified Files:
install.html
Log Message:
Change the db password field from text to password type -- thanks Alessandro
Index: install.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- install.html 2001/11/09 17:53:37 1.2
+++ install.html 2001/11/12 14:51:28 1.3
@@ -36,7 +36,7 @@
</tr>
<tr>
<td width="150">Password:</td>
- <td><input type="text" name="db_pass" value="{db_pass}"></td>
+ <td><input type="password" name="db_pass" value="{db_pass}"></td>
</tr>
<tr>
<td width="150">Table Prefix:</td>
|