Removing required attribute from database password field

This commit is contained in:
Christophe Mehay 2014-10-04 23:10:36 +02:00
parent 41fac971c4
commit 5d67842961
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
<fieldset>
<label>Password</label>
<input required name="DB_PASS" size="20" type="password" value="<?php echo $DB_PASS ?>"/>
<input name="DB_PASS" size="20" type="password" value="<?php echo $DB_PASS ?>"/>
</fieldset>
<fieldset>