mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-30 02:24:25 +02:00
7 lines
181 B
PHP
7 lines
181 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
define('ICINGAWEB_APPDIR', dirname(__DIR__) . '/application');
|
|
require_once 'Icinga/Application/webrouter.php';
|