From fa85d0b020671ef242811970320f1009384e622a Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 20 May 2021 16:41:31 +0530 Subject: [PATCH] Bugfix --- lib/top.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/top.php b/lib/top.php index 8762c30..f40dbc4 100644 --- a/lib/top.php +++ b/lib/top.php @@ -7,8 +7,13 @@ else{ echo ''.CONFIG_TITLE.''; } ?> +
- - Logout +'; + echo 'Logout'; +} +?>
-- 2.39.5