summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-01 13:34:03 +0100
committerAndrew Dolgov <[email protected]>2007-03-01 13:34:03 +0100
commite672099651661e2386de14b5d0863d57b1ed97ed (patch)
treed15d338b47c8b1f4a66f9fc6eec7b70d2872edd6 /tt-rss.php
parent8e849206dd5f049c3b2867bb9f7d9c25aa0ba807 (diff)
logout fixes
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 42b1bf35b..ef9f2437c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -101,7 +101,7 @@ window.onload = init;
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="javascript:logoutUser()">Logout</a>)
+ (<a href="logout.php">Logout</a>)
<?php } ?>
<img id="newVersionIcon" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"