mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-10 22:33:24 -05:00
12 lines
90 B
PHP
12 lines
90 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
class IndexController
|
||
|
|
{
|
||
|
|
public function indexAction()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|