summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 07:26:33 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 07:26:33 +0100
commit07a2b3142e75e6a643db0993886dca356ba1cbb9 (patch)
tree23aa6c098b72eb8c2ba83bf8edc6a41123610376 /update.php
parent724d74449823765060650e035fbb8672e22c800b (diff)
updater: link to logout after schema was updated
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 969bfc78d..41206dc75 100644
--- a/update.php
+++ b/update.php
@@ -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>";