7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
#!/usr/bin/php
|
||
|
<?php
|
||
|
|
||
|
define('ICINGAWEB_APPDIR', '/usr/share/icingaweb/application');
|
||
|
require_once 'Icinga/Application/Cli.php';
|
||
|
Icinga\Application\Cli::start()->dispatch();
|