mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
2179c3aaef
commit
f75d268c3e
@ -20,6 +20,15 @@ use Icinga\Module\Monitoring\Forms\Config\TransportConfigForm;
|
|||||||
*/
|
*/
|
||||||
class ConfigController extends Controller
|
class ConfigController extends Controller
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function init()
|
||||||
|
{
|
||||||
|
$this->assertPermission('config/modules');
|
||||||
|
parent::init();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display a list of available backends and command transports
|
* Display a list of available backends and command transports
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user