This file is indexed.

/usr/share/horde/ingo/templates/basic/script/_script.html.php is in php-horde-ingo 3.2.16-1ubuntu1.

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
6
<h2 class="smallheader"><?php echo _("Script name:") . ' ' . $this->h($script['name']) ?></h2>
<pre>
<?php foreach ($script['lines'] as $i => $line): ?>
    <?php printf('%' . $script['width'] . "d: %s\n", $i + 1, $this->h($line)) ?>
<?php endforeach; ?>
</pre>