diff --git a/core/dashboard/index.php b/core/dashboard/index.php index 7dd6e4707c..873fcad943 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -195,9 +195,9 @@ echo "\n"; //display login message - if (if_group("superadmin") && isset($_SESSION['login']['message']['text']) && $_SESSION['login']['message']['text'] != '') { - echo "
\n"; - } + //if (if_group("superadmin") && isset($_SESSION['login']['message']['text']) && $_SESSION['login']['message']['text'] != '') { + // echo "\n"; + //} ?>