summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 11:58:19 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 11:58:19 +0400
commit3a008ecc769c8b3062a786c74af10d2048a12fda (patch)
treed2532870f3dc4fe116475fc3d3a1514ddab8e803
parent9b1e591854b3b1baf7cced3757edefcf0f78e85d (diff)
parent5d678429615e09956cf32958c601b15bc84df74f (diff)
Merge pull request #413 from cmehay/master
Removing required attribute from database password field
-rw-r--r--install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index bb77de56e..a3f21cbb3 100644
--- a/install/index.php
+++ b/install/index.php
@@ -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>