summaryrefslogtreecommitdiffstats
path: root/run.php
blob: dba8a8fccb523f3e1c9a442b98513b60229ef816 (plain)
1
2
3
4
5
6
7
8
9
<?php

/* Icinga PDF Export | (c) 2018 Icinga GmbH | GPLv2 */

/** @var \Icinga\Application\Modules\Module $this */

$this->provideHook('Pdfexport');

require_once 'vendor/autoload.php';