summaryrefslogtreecommitdiffstats
path: root/debian/sources/icingacli
blob: 4b51e33847bca867c3fef07756dcef5155bf5bd3 (plain)
1
2
3
4
5
6
7
#!/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();