* use Icinga\Application\EmbeddedWeb; * EmbeddedWeb::start(); * * * @copyright Copyright (c) 2013 Icinga-Web Team * @author Icinga-Web Team * @package Icinga\Application * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License */ class EmbeddedWeb extends ApplicationBootstrap { protected function bootstrap() { return $this->loadConfig() ->configureErrorHandling() ->setTimezone() ->loadEnabledModules(); } }