summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 12:27:11 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 12:27:11 +0100
commit26c5729f9d02272ae16ca165bc320e5a1dc5115b (patch)
tree1caf1cc131e739093e1943a39ffce3d2d86ca9ea /tt-rss.php
parentb8aa49bc97bf0de775caf4689e3db3a226a7378a (diff)
more http auth related work, logout still doesn't work
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8a43f4d4b..2a83508db 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -64,20 +64,10 @@
</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>
- <? } ?>
</tr></table>
</td>
</tr>