Use new web router for Vagrant box too

This commit is contained in:
Thomas Gelf 2014-03-27 07:27:28 +00:00
parent cb5d90ad41
commit b677a631f0
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
<?php <?php
require_once '/vagrant/library/Icinga/Application/Web.php';
use Icinga\Application\Web; include '/vagrant/library/Icinga/Application/webrouter.php';
Web::start('/etc/icingaweb')->dispatch();