1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 00:21:33 +00:00

merge logout.php inside backend.php

This commit is contained in:
Andrew Dolgov
2011-04-20 00:14:37 +04:00
parent e31ed61af3
commit 1ca77e0acd
6 changed files with 25 additions and 26 deletions

View File

@@ -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()"