icingaweb2/.vagrant-puppet/files/var/www/html/icingaweb/css.php

9 lines
197 B
PHP

<?php
use Icinga\Application\EmbeddedWeb;
use Icinga\Web\StyleSheet;
require_once '/vagrant/library/Icinga/Application/EmbeddedWeb.php';
EmbeddedWeb::start('/etc/icingaweb');
Stylesheet::send();