diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 00:14:37 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 00:14:37 +0400 |
| commit | 1ca77e0acd1d283112559cbfb3b3aac1802ffc32 (patch) | |
| tree | aa0046fa6fda2e6efdbec41f238729a6ba374b08 /tt-rss.php | |
| parent | e31ed61af333d231ca6b437c93be89259cb3706a (diff) | |
merge logout.php inside backend.php
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 2 |
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()" |