summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent8e849206dd5f049c3b2867bb9f7d9c25aa0ba807 (diff)
logout fixes
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 38d9bac27..4398a2eb3 100644
--- a/prefs.php
+++ b/prefs.php
@@ -83,7 +83,7 @@ window.onload = init;
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="javascript:logoutUser()">Logout</a>)
+ (<a href="logout.php">Logout</a>)
</div>
<?php } ?>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>