From f557cd78ff5d9fba54eb2e660a2a5fa512b0bd90 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2005 14:52:02 +0100 Subject: some http auth fixes --- logout.php | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'logout.php') diff --git a/logout.php b/logout.php index 7757689dc..9af2bab61 100644 --- a/logout.php +++ b/logout.php @@ -8,7 +8,25 @@ if (!USE_HTTP_AUTH) { header("Location: login.php"); - } else { - header("Location: tt-rss.php"); - } -?> + } else { ?> + + + + Tiny Tiny RSS : Logout + + +
+ +

You have been logged out.

+ +

Warning: + As there is no way to reliably clear HTTP Authentication + credentials from your browser, it is recommended for you to close + this browser window, otherwise your browser could automatically + authenticate again using previously supplied credentials, which + is a security risk.

+ +
+ + + -- cgit v1.2.3