mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-19 13:20:10 +02:00
14 lines
249 B
PHP
14 lines
249 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Module\Doc\Controllers;
|
|
|
|
use Icinga\Module\Doc\DocController;
|
|
|
|
class IndexController extends DocController
|
|
{
|
|
public function indexAction()
|
|
{
|
|
}
|
|
}
|