2013-06-14 13:51:44 +02:00
|
|
|
<?php
|
2014-07-15 13:39:22 +02:00
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
2013-06-14 13:51:44 +02:00
|
|
|
|
2014-11-12 14:39:45 +01:00
|
|
|
if (! @include_once dirname(__DIR__) . '/library/Icinga/Application/webrouter.php') {
|
2014-11-11 15:22:21 +01:00
|
|
|
// If the Icinga library wasn't found under ICINGAWEB_BASEDIR, require that the Icinga library is found in PHP's
|
|
|
|
// include path which is the case if Icinga Web 2 is installed via packages
|
|
|
|
require_once 'Icinga/Application/webrouter.php';
|
|
|
|
}
|