mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-10 14:23:44 -05:00
8 lines
235 B
PHP
8 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();
|