summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 00:14:37 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 00:14:37 +0400
commit1ca77e0acd1d283112559cbfb3b3aac1802ffc32 (patch)
treeaa0046fa6fda2e6efdbec41f238729a6ba374b08 /db-updater.php
parente31ed61af333d231ca6b437c93be89259cb3706a (diff)
merge logout.php inside backend.php
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index 6df74a864..dca3a374d 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -155,7 +155,7 @@ 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=\"logout.php\">
+ print "<form method=\"GET\" action=\"backend.php?op=logout\">
<input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
</form>";