This file is indexed.

/usr/share/horde/ansel/templates/group/header.inc is in php-horde-ansel 3.0.5+debian0-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
11
12
13
<div class="header">
 <span class="rightFloat">
   <?php ($groups_perpage < $num_groups) ? printf(_("%d to %d of %d Groups"), $start, $end, $num_groups) : printf(ngettext("%d Group", "%d Groups", $num_groups), $num_groups) ?>
 </span>
<?php
printf(_("Galleries grouped by %s"), $groupby);
echo ' ' . Ansel::getUrlFor('group', array())->link() . Horde::img('reload.png', _("Refresh List")) ?></a>
</div>
<div class="anselActions widget">
  <?php echo _("Group by:") . ' ' . implode(' | ', $groupby_links) ?>
</div>

<table id="galleryGroups"><tr>