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