From cb874e7c696aeb9e6ed802a0c0db084c1816fdd5 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 16 Nov 2016 13:16:49 +0100 Subject: [PATCH] Show "Logout" only if (a) password is set and (b) user has successfully logged in. --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 00ad7932..6df87956 100644 --- a/header.php +++ b/header.php @@ -227,7 +227,7 @@ - 0) { ?> + 0 && $auth) { ?>
  • Logout