]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
Merge pull request #424 from tmo-github/TMO_ttrss
[tt-rss.git] / install / index.php
index 440954537a2d08d4acf2e3ca4d3dfbd1ff2b034d..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>
 <body>
 
 <?php
+
+       // could be needed because of existing config.php
+       function define_default($param, $value) {
+               //
+       }
+
        function make_password($length = 8) {
 
                $password = "";
 
 <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>