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

9 lines
212 B
PHP

<?php
use Icinga\Application\EmbeddedWeb;
use Icinga\Web\JavaScript;
require_once '/vagrant/library/Icinga/Application/EmbeddedWeb.php';
$app = EmbeddedWeb::start('/etc/icingaweb');
JavaScript::sendMinified();