]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
Removing required attribute from database password field
[tt-rss.git] / install / index.php
index 1a2ce9abae0236f70f3626e8e01e1f03cddb966c..a3f21cbb313f44633de30b35c55c43aa7f1257ce 100644 (file)
@@ -3,6 +3,7 @@
        <title>Tiny Tiny RSS - Installer</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link rel="stylesheet" type="text/css" href="../css/utility.css">
+       <link rel="stylesheet" type="text/css" href="../css/dijit.css">
        <style type="text/css">
        textarea { font-size : 12px; }
        </style>
 
 <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>