diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index fa12b9b7b..4b21dd765 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -52,6 +52,8 @@ use Icinga\Session\Session as BaseSession; use Icinga\Web\Session; use Icinga\Util\Translator; +require_once __DIR__ . '/ApplicationBootstrap.php'; + /** * Use this if you want to make use of Icinga functionality in other web projects *