summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/prefs.php b/prefs.php
index 479425294..d2d3ca34d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -51,20 +51,10 @@
</td>
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
- <? if (USE_HTTP_AUTH) { ?>
- <table align="right"><tr>
- <td class="httpWelcomePrompt">Hello, <b> <?= $_SESSION["name"] ?></b></td>
- <td><form action="tt-rss.php" method="POST">
- <input type="hidden" name="ForceLogout" value="yes">
- <input type="submit" class="button" value="Logout">
- </form>
- </td></tr></table>
- <? } else { ?>
Hello, <b><?= $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
<? } ?>
- </td>
- <? } ?>
+ </td>
</tr></table>
</td>
</tr>