]> git.wh0rd.org - tt-rss.git/commitdiff
define define_default() in installer
authorAndrew Dolgov <fox@fakecake.org>
Wed, 18 Dec 2013 09:25:22 +0000 (13:25 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Wed, 18 Dec 2013 09:25:22 +0000 (13:25 +0400)
install/index.php

index 440954537a2d08d4acf2e3ca4d3dfbd1ff2b034d..1a2ce9abae0236f70f3626e8e01e1f03cddb966c 100644 (file)
 <body>
 
 <?php
+
+       // could be needed because of existing config.php
+       function define_default($param, $value) {
+               //
+       }
+
        function make_password($length = 8) {
 
                $password = "";