mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Web::bootstrap(): set up the request before setting up the session
refs #11187
This commit is contained in:
parent
ad3ca513c9
commit
923e902957
@ -82,9 +82,9 @@ class Web extends EmbeddedWeb
|
|||||||
->setupLogging()
|
->setupLogging()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->loadConfig()
|
->loadConfig()
|
||||||
|
->setupRequest()
|
||||||
->setupSession()
|
->setupSession()
|
||||||
->setupNotifications()
|
->setupNotifications()
|
||||||
->setupRequest()
|
|
||||||
->setupResponse()
|
->setupResponse()
|
||||||
->setupZendMvc()
|
->setupZendMvc()
|
||||||
->setupModuleManager()
|
->setupModuleManager()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user