]> git.wh0rd.org - tt-rss.git/blobdiff - db-updater.php
overall directory tree cleanup
[tt-rss.git] / db-updater.php
index edee3bc83341369fc5cb2af7ab01c6567ddc8c26..9a4fdf604b2eb52e2c9a4ea0faa56b40ed081135 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+
        require_once "functions.php";
        require_once "sessions.php";
        require_once "sanity_check.php";
@@ -87,7 +89,7 @@ function confirmOP() {
 
                } else {
                        print_notice(__("Tiny Tiny RSS database is up to date."));
-                       print "<form method=\"GET\" action=\"tt-rss.php\">
+                       print "<form method=\"GET\" action=\"index.php\">
                                <input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
                                </form>";
                }