summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index edee3bc83..9a4fdf604 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -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>";
}