From 16b33536ed0fbed2483fc617dc1dd78ba2de530f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 22 Mar 2021 17:46:56 -0400 Subject: [PATCH] Turn off second Log in header --- web/skins/classic/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 1e490fd46..81742e41a 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -266,7 +266,7 @@ function getNormalNavBarHTML($running, $user, $bandwidth_options, $view, $skin) echo getDbConHTML(); echo getStorageHTML(); echo getShmHTML(); - echo getLogIconHTML(); + #echo getLogIconHTML(); ?>