2014-11-25 15:14:12 +01:00
|
|
|
#!/usr/bin/php
|
2013-10-22 14:26:45 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-11-12 13:13:39 +01:00
|
|
|
|
2014-11-12 16:58:36 +01:00
|
|
|
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';
|
2013-10-22 14:26:45 +02:00
|
|
|
|
2014-11-12 13:13:39 +01:00
|
|
|
Icinga\Application\Cli::start()->dispatch();
|