]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
Merge pull request #408 from Trottel/patch-3
[tt-rss.git] / install / index.php
index 440954537a2d08d4acf2e3ca4d3dfbd1ff2b034d..bb77de56e87929ac980801887d77884fd1acc429 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 = "";