summaryrefslogtreecommitdiffstats
path: root/run.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:13:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:13:17 +0000
commit968a206dff4631e1ecc8a489f7884d08648113aa (patch)
tree48747500fe157b459d74fac87e7114e6c846d215 /run.php
parentInitial commit. (diff)
downloadicingaweb2-module-audit-968a206dff4631e1ecc8a489f7884d08648113aa.tar.xz
icingaweb2-module-audit-968a206dff4631e1ecc8a489f7884d08648113aa.zip
Adding upstream version 1.0.2.upstream/1.0.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run.php')
-rw-r--r--run.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/run.php b/run.php
new file mode 100644
index 0000000..5639240
--- /dev/null
+++ b/run.php
@@ -0,0 +1,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);