<?php
use Icinga\Application\EmbeddedWeb;
use Icinga\Web\JavaScript;
require_once dirname(__FILE__). '/../library/Icinga/Application/EmbeddedWeb.php';
$app = EmbeddedWeb::start('@icingaweb_config_path@');
JavaScript::sendMinified();