[BS5] move showWhatsNewModal

This commit is contained in:
FreddleSpl0it
2022-08-23 14:24:10 +02:00
parent a3ddb58566
commit 77e6124b00
8 changed files with 79 additions and 76 deletions

View File

@@ -48,6 +48,7 @@ $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) {