summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorChristophe Mehay <[email protected]>2014-10-04 23:10:36 +0200
committerChristophe Mehay <[email protected]>2014-10-04 23:10:36 +0200
commit5d678429615e09956cf32958c601b15bc84df74f (patch)
tree5a084f22f322351ef547d532d3c51113bb0a0e55 /install
parent41fac971c481b68c52c08b95148a17caba7a5fa7 (diff)
Removing required attribute from database password field
Diffstat (limited to 'install')
-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>