- added notification for "scheduled maintenance" panel to /map view

This commit is contained in:
Exodus4D
2017-01-21 21:01:47 +01:00
parent aa799b6e0b
commit 6d14e894f3
9 changed files with 89 additions and 7 deletions

View File

@@ -188,6 +188,11 @@ class Map extends Controller\AccessController {
'rallySet' => (bool)Config::getNotificationMail('RALLY_SET')
];
// program mode (e.g. "maintenance") --------------------------------------------------------------------------
$return->programMode = [
'maintenance' => $this->getF3()->get('PATHFINDER.LOGIN.MODE_MAINTENANCE')
];
// get SSO error messages that should be shown immediately ----------------------------------------------------
// -> e.g. errors while character switch from previous HTTP requests
if( $f3->exists(Controller\Ccp\Sso::SESSION_KEY_SSO_ERROR) ){