summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>