icingaweb2/packages/files/public/index.php

5 lines
119 B
PHP
Raw Normal View History

<?php
define('ICINGAWEB_APPDIR', dirname(__DIR__) . '/application');
require_once 'Icinga/Application/webrouter.php';