mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-02 22:00:15 +02:00
14 lines
206 B
PHP
14 lines
206 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
use Icinga\Module\Doc\DocController;
|
|
|
|
class Doc_IndexController extends DocController
|
|
{
|
|
public function indexAction()
|
|
{
|
|
|
|
}
|
|
}
|