mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-18 15:37:41 +02:00
9 lines
220 B
PHP
9 lines
220 B
PHP
<?php
|
|
|
|
use Icinga\Application\EmbeddedWeb;
|
|
use Icinga\Web\StyleSheet;
|
|
|
|
require_once dirname(__FILE__). '/../library/Icinga/Application/EmbeddedWeb.php';
|
|
EmbeddedWeb::start('@icingaweb_config_path@');
|
|
Stylesheet::send();
|