Removing required attribute from database password field
This commit is contained in:
parent
41fac971c4
commit
5d67842961
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue