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