icingaweb2/modules/doc/application/controllers/IndexController.php

12 lines
244 B
PHP
Raw Normal View History

2013-10-16 14:45:23 +02:00
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
2013-10-16 14:45:23 +02:00
use Icinga\Module\Doc\DocController;
2013-10-16 14:45:23 +02:00
class Doc_IndexController extends DocController
2013-10-16 14:45:23 +02:00
{
public function indexAction()
{
}
2013-10-16 14:45:23 +02:00
}