diff options
Diffstat (limited to 'run.php')
-rw-r--r-- | run.php | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +<?php + +/* Icinga PDF Export | (c) 2018 Icinga GmbH | GPLv2 */ + +/** @var \Icinga\Application\Modules\Module $this */ + +$this->provideHook('Pdfexport'); + +require_once 'vendor/autoload.php'; |