This file is indexed.

/usr/share/horde/whups/templates/ticket/watchers.inc is in php-horde-whups 3.0.0~beta1-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
6
7
<h1 class="header"><?php echo _("Status") ?></h1>
<div class="rowOdd">
 <?php printf(_("%d people watching, %d people responsible"),
              count($whups_driver->getListeners($id, false, false, false)),
              count(current($whups_driver->getOwners($id)))) ?>
</div>
<br class="spacer" />