mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Merge pull request #3487 from Icinga/fix/web-bootstrap"
This reverts commit b12b905076b1e566d7c9576689abe886b24f0a14, reversing changes made to c633c86db727289a5c85270eddf3559065baf77f. refs #3500
This commit is contained in:
parent
a295f271c9
commit
dd9e8c8ba9
@ -89,6 +89,9 @@ class Web extends EmbeddedWeb
|
|||||||
->setupNotifications()
|
->setupNotifications()
|
||||||
->setupResponse()
|
->setupResponse()
|
||||||
->setupZendMvc()
|
->setupZendMvc()
|
||||||
|
->setupModuleManager()
|
||||||
|
->loadSetupModuleIfNecessary()
|
||||||
|
->loadEnabledModules()
|
||||||
->setupRoute()
|
->setupRoute()
|
||||||
->setupPagination()
|
->setupPagination()
|
||||||
->setupUserBackendFactory()
|
->setupUserBackendFactory()
|
||||||
@ -96,10 +99,7 @@ class Web extends EmbeddedWeb
|
|||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
->setupLogger()
|
->setupLogger()
|
||||||
->setupInternationalization()
|
->setupInternationalization()
|
||||||
->setupFatalErrorHandling()
|
->setupFatalErrorHandling();
|
||||||
->setupModuleManager()
|
|
||||||
->loadSetupModuleIfNecessary()
|
|
||||||
->loadEnabledModules();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user