1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-30 02:01:32 +00:00

Fixed blocking last connection fetching

This commit is contained in:
Pierre Pelletier
2024-05-18 11:38:41 +00:00
parent 58f63aad08
commit 6ba2459645
4 changed files with 2 additions and 4 deletions

View File

@@ -49,7 +49,6 @@ $globalVariables = [
'app_links' => customize('get', 'app_links'),
'is_root_uri' => (parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) == '/'),
'uri' => $_SERVER['REQUEST_URI'],
'last_login' => last_login('get', $_SESSION['mailcow_cc_username'], 7, 0)['ui']['time']
];
foreach ($globalVariables as $globalVariableName => $globalVariableValue) {