5 lines
119 B
PHP
5 lines
119 B
PHP
|
<?php
|
||
|
|
||
|
define('ICINGAWEB_APPDIR', dirname(__DIR__) . '/application');
|
||
|
require_once 'Icinga/Application/webrouter.php';
|