1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix redirects after schema upgrade; fix logout requiring valid schema

This commit is contained in:
Andrew Dolgov
2011-04-20 11:46:16 +04:00
parent 1ca77e0acd
commit 2376ad4925
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -155,7 +155,8 @@ function confirmOP() {
print "<p>".T_sprintf("Finished. Performed <b>%d</b> update(s) up to schema
version <b>%d</b>.", $num_updates, $version)."</p>";
print "<form method=\"GET\" action=\"backend.php?op=logout\">
print "<form method=\"GET\" action=\"backend.php\">
<input type=\"hidden\" name=\"op\" value=\"logout\">
<input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
</form>";