9 lines
212 B
PHP
9 lines
212 B
PHP
|
<?php
|
||
|
|
||
|
use Icinga\Application\EmbeddedWeb;
|
||
|
use Icinga\Web\JavaScript;
|
||
|
|
||
|
require_once '/vagrant/library/Icinga/Application/EmbeddedWeb.php';
|
||
|
$app = EmbeddedWeb::start('/etc/icingaweb');
|
||
|
JavaScript::sendMinified();
|