This file is indexed.

/usr/share/horde/whups/templates/ticket/watchers.inc is in php-horde-whups 3.0.9-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>
<p class="horde-content">
 <?php printf(_("%d people watching, %d people responsible"),
              count($whups_driver->getListeners($id, false, false, false)),
              ($owners = $whups_driver->getOwners($id)) ? count(reset($owners)) : 0) ?>
</p>
<br class="spacer" />