mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-15 12:10:11 +02:00
13 lines
226 B
PHP
13 lines
226 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Module\Monitoring;
|
|
|
|
use Icinga\Application\Cli;
|
|
|
|
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
|
|
|
class Plugin extends Cli
|
|
{
|
|
}
|