mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-10 14:23:44 -05:00
12 lines
205 B
PHP
12 lines
205 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
use Icinga\Module\Doc\DocController;
|
|
|
|
class Doc_IndexController extends DocController
|
|
{
|
|
public function indexAction()
|
|
{
|
|
}
|
|
}
|