mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-18 04:40:10 +02:00
14 lines
257 B
PHP
14 lines
257 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
use Icinga\Module\Doc\Controller as DocController;
|
|
|
|
class Doc_IcingawebController extends DocController
|
|
{
|
|
public function indexAction()
|
|
{
|
|
$this->renderDocAndToc();
|
|
}
|
|
}
|