From 36d5562e23e94f11db45582fbb023b467e16f414 Mon Sep 17 00:00:00 2001 From: Daniel Gilbert Date: Sat, 6 May 2017 21:30:31 -0400 Subject: [PATCH] this is kind of a hack for http basic auth logout, but I think it basically works --- header.php | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index 5217257..6c9ca40 100644 --- a/header.php +++ b/header.php @@ -14,7 +14,8 @@ $pages = array("Broadcast" => "broadcast.php", "Hotline" => "hotline_staff.php", "Call / Text" => "contact.php", - "Log" => "log.php"); + "Log" => "log.php", + "Logout" => "javascript:logout();"); ?> @@ -37,6 +38,32 @@ + +