This file is indexed.

/usr/share/icingaweb2/modules/doc/application/views/scripts/pdf.phtml is in icingaweb2-module-doc 2.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
<div class="content">
    <h1><?= /** @var string $title */ $title ?></h1>
    <?= /** @var \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
    <?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
</div>