]> git.wh0rd.org - tt-rss.git/commitdiff
Removing required attribute from database password field
authorChristophe Mehay <cmehay@student.42.fr>
Sat, 4 Oct 2014 21:10:36 +0000 (23:10 +0200)
committerChristophe Mehay <cmehay@student.42.fr>
Sat, 4 Oct 2014 21:10:36 +0000 (23:10 +0200)
install/index.php

index bb77de56e87929ac980801887d77884fd1acc429..a3f21cbb313f44633de30b35c55c43aa7f1257ce 100644 (file)
 
 <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>