parent
2179c3aaef
commit
f75d268c3e
|
@ -20,6 +20,15 @@ use Icinga\Module\Monitoring\Forms\Config\TransportConfigForm;
|
|||
*/
|
||||
class ConfigController extends Controller
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->assertPermission('config/modules');
|
||||
parent::init();
|
||||
}
|
||||
|
||||
/**
|
||||
* Display a list of available backends and command transports
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue