]> git.wh0rd.org Git - tt-rss.git/commitdiff
updater: link to logout after schema was updated
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 6 Mar 2007 06:26:33 +0000 (07:26 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 6 Mar 2007 06:26:33 +0000 (07:26 +0100)
update.php

index 969bfc78dd25caceb951f72e960b944c3f64cbb2..41206dc757cdc5fbfaba6a04f639e50d330ad17b 100644 (file)
@@ -153,7 +153,7 @@ function confirmOP() {
                print "<p>Finished. Performed $num_updates update(s) up to schema
                        version $version.</p>";
        
-               print "<form method=\"GET\" action=\"tt-rss.php\">
+               print "<form method=\"GET\" action=\"logout.php\">
                        <input type=\"submit\" value=\"Return to Tiny Tiny RSS\">
                        </form>";