Eric Lippmann af33599e19 Add doc module (WIP)
refs #4820
2014-02-11 15:09:03 +01:00

16 lines
317 B
PHP

<?php
// @codingStandardsIgnoreStart
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\Controller\ActionController;
class Doc_IndexController extends ActionController
{
public function indexAction()
{
$this->_forward('index', 'view');
}
}
// @codingStandardsIgnoreEnd