mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Merge pull request #3531 from Icinga/fix/custom-user-backend-integration
Revert "Merge pull request #3487 from Icinga/fix/web-bootstrap"
This commit is contained in:
commit
a2c2246256
@ -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