mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-18 07:27:39 +02:00
14 lines
254 B
PHP
14 lines
254 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->populateView();
|
|
}
|
|
}
|