1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

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

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>