summaryrefslogtreecommitdiff
path: root/tt-rss.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 /tt-rss.php
parente31ed61af333d231ca6b437c93be89259cb3706a (diff)
merge logout.php inside backend.php
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index c294ee589..16b15e84a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -79,7 +79,7 @@
<?php } ?>
<?php if (!SINGLE_USER_MODE) { ?>
- | <a href="logout.php"><?php echo __('Logout') ?></a>
+ | <a href="backend.php?op=logout"><?php echo __('Logout') ?></a>
<?php } ?>
<img id="newVersionIcon" style="display:none" onclick="newVersionDlg()"