2014-11-25 15:14:12 +01:00
|
|
|
#!/usr/bin/php
|
2014-06-05 02:29:15 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-06-05 02:29:15 +02:00
|
|
|
|
2014-11-19 13:35:14 +01:00
|
|
|
require_once '/usr/share/php/Icinga/Application/Cli.php';
|
|
|
|
|
2014-12-10 09:30:35 +01:00
|
|
|
Icinga\Application\Cli::start('/usr/share/icingaweb2')->dispatch();
|