mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-06 12:40:03 +01:00
Simple example configuration, quick & dirty but functional. Didn't care about a config, as that will be handled by the setup wizard. refs #6402
5 lines
119 B
PHP
5 lines
119 B
PHP
<?php
|
|
|
|
define('ICINGAWEB_APPDIR', dirname(__DIR__) . '/application');
|
|
require_once 'Icinga/Application/webrouter.php';
|