File: run.php

package info (click to toggle)
icingaweb2-module-pdfexport 0.10.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,364 kB
  • sloc: php: 9,103; javascript: 60; makefile: 38; xml: 7
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (2)
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';