mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-16 12:31:45 +00:00
Merge remote-tracking branch 'origin/staging' into nightly
This commit is contained in:
@@ -78,7 +78,6 @@ $globalVariables = [
|
||||
'app_links_processed' => $app_links_processed,
|
||||
'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) {
|
||||
|
||||
Reference in New Issue
Block a user