9 lines
235 B
PHP
9 lines
235 B
PHP
|
<?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();
|