2013-10-16 14:45:23 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* 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
|
|
|
|
2014-05-27 15:09:43 +02:00
|
|
|
use Icinga\Module\Doc\DocController;
|
2013-10-16 14:45:23 +02:00
|
|
|
|
2014-02-03 15:39:53 +01:00
|
|
|
class Doc_IndexController extends DocController
|
2013-10-16 14:45:23 +02:00
|
|
|
{
|
2014-11-20 15:29:46 +01:00
|
|
|
public function indexAction()
|
|
|
|
{
|
|
|
|
}
|
2013-10-16 14:45:23 +02:00
|
|
|
}
|