mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-07 16:49:38 +02:00
7 lines
172 B
PHP
Executable File
7 lines
172 B
PHP
Executable File
#!/usr/bin/php
|
|
<?php
|
|
|
|
use Icinga\Application\Cli;
|
|
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';
|
|
Cli::start('@icingaweb_config_path@')->dispatch();
|