You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
218 B
8 lines
218 B
6 months ago
|
#!/usr/bin/php
|
||
|
<?php
|
||
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||
|
|
||
|
require_once '/usr/share/php/Icinga/Application/Cli.php';
|
||
|
|
||
|
Icinga\Application\Cli::start('/usr/share/icingaweb2')->dispatch();
|