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

4 lines
135 B
PHP
Raw Normal View History

<?php
require_once '/vagrant/library/Icinga/Application/Web.php';
use Icinga\Application\Web;
Web::start('/etc/icingaweb')->dispatch();