]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #413 from cmehay/master
authorAndrew Dolgov <gothfox@users.noreply.github.com>
Wed, 15 Oct 2014 07:58:19 +0000 (11:58 +0400)
committerAndrew Dolgov <gothfox@users.noreply.github.com>
Wed, 15 Oct 2014 07:58:19 +0000 (11:58 +0400)
Removing required attribute from database password field

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>