Merge pull request #2 from dawnstrider/patch-1

Change type of password input field from "text" to "password" to prevent...
balu-master
balu 12 years ago
commit 0779045a95

@ -213,7 +213,7 @@ function print_mysql_connection_form() {
</tr>
<tr>
<td>Password</td>
<td><input type="text" name="dbpass" /></td>
<td><input type="password" name="dbpass" /></td>
</tr>
</table>

Loading…
Cancel
Save