2014-02-18 20:18:12 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
use Icinga\Application\EmbeddedWeb;
|
2014-03-04 16:15:08 +01:00
|
|
|
use Icinga\Web\StyleSheet;
|
2014-02-18 20:18:12 +01:00
|
|
|
|
|
|
|
require_once dirname(__FILE__). '/../library/Icinga/Application/EmbeddedWeb.php';
|
2014-03-04 16:15:08 +01:00
|
|
|
EmbeddedWeb::start('@icingaweb_config_path@');
|
|
|
|
Stylesheet::send();
|