diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:03 +0000 |
commit | e865f590071a1dab0734ccd7f3ab8f003cfb4cde (patch) | |
tree | 367fc1ef06004119d3941460a22c4f83b1ca4d7d /run.php | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-generictts-e865f590071a1dab0734ccd7f3ab8f003cfb4cde.tar.xz icingaweb2-module-generictts-e865f590071a1dab0734ccd7f3ab8f003cfb4cde.zip |
Adding upstream version 2.1.0.upstream/2.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | run.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +<?php + +/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ + +$this->provideHook('ticket', '\\Icinga\\Module\\Generictts\\Ticket'); |