This file is indexed.

/usr/share/horde/whups/templates/renderer/query/edit.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
<tr><td class="rowOdd"><table cellspacing="3"><tr><td>
 <select name="qaction<?php echo $id ?>" onchange="document.<?php echo $formname ?>.submit()">
<?php foreach ($operations as $value => $name) { ?>
  <option value="<?php echo $value ?>"><?php echo $name ?></option>
<?php } ?>
 </select>
</td></tr></table></td></tr>