From 978a1651bac3faf5e91ddba327bf39aeb6a4cb63 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:28:59 +0200 Subject: Adding upstream version 0.10.0. Signed-off-by: Daniel Baumann --- run.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 run.php (limited to 'run.php') diff --git a/run.php b/run.php new file mode 100644 index 0000000..daa8a72 --- /dev/null +++ b/run.php @@ -0,0 +1,15 @@ +provideHook('reporting/Report', '\\Icinga\\Module\\Reporting\\Reports\\SystemReport'); + + $this->provideHook('reporting/Action', '\\Icinga\\Module\\Reporting\\Actions\\SendMail'); + + Icinga::app()->getLoader()->registerNamespace('reportingipl\Html', __DIR__ . '/library/vendor/ipl/Html/src'); +} -- cgit v1.2.3