mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 06:10:18 +02:00
12 lines
244 B
PHP
12 lines
244 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
|
|
|
use Icinga\Module\Doc\DocController;
|
|
|
|
class Doc_IndexController extends DocController
|
|
{
|
|
public function indexAction()
|
|
{
|
|
}
|
|
}
|