This file is indexed.

/usr/share/horde/whups/templates/renderer/querysetcurrenttype.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
 8
 9
10
<tr class="rowEven"><td>
 <table cellspacing="4">
  <tr class="rowEven">
   <td nowrap="nowrap"><strong><?php echo _("Current Ticket Type") ?></strong></td>
   <td><select name="ttype"><?php echo $droptext ?></select></td>
   <td><input class="button" type="submit" value="<?php echo _("Change") ?>" /></td>
   <td width="70%">&nbsp;</td>
  </tr>
 </table>
</td></tr>