blob: 56392400c764e123fbea09e1949eb6caf03b80a2 (
plain)
1
2
3
4
5
6
7
8
|
<?php
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
/** @var $this \Icinga\Application\Modules\Module */
$this->provideHook('audit', 'AuditLog', true);
$this->provideHook('audit', 'AuditStream', true);
|