diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-06 07:26:33 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-06 07:26:33 +0100 |
| commit | 07a2b3142e75e6a643db0993886dca356ba1cbb9 (patch) | |
| tree | 23aa6c098b72eb8c2ba83bf8edc6a41123610376 /update.php | |
| parent | 724d74449823765060650e035fbb8672e22c800b (diff) | |
updater: link to logout after schema was updated
Diffstat (limited to 'update.php')
| -rw-r--r-- | update.php | 2 |
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>"; |