mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-29 02:11:30 -04:00
12 lines
90 B
PHP
12 lines
90 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
class IndexController
|
||
|
|
{
|
||
|
|
public function indexAction()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|