This file is indexed.

/usr/share/horde/wicked/templates/pagelist/_page.html.php is in php-horde-wicked 2.0.7-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
14
<tr>
 <td>
  <?php echo $page->name ?>
<?php if (!empty($page->context)): ?>
  <small>(<?php echo $page->context ?>)</small>
<?php endif ?>
 </td>
 <td class="nowrap"><?php echo $page->version ?></td>
 <td class="nowrap"><?php echo $this->h($page->author) ?></td>
 <td class="nowrap" sortval="<?php echo (int)$page->timestamp ?>"><?php echo $page->date ?></td>
<?php if ($this->hits): ?>
 <td class="nowrap"><?php echo (int)$page->hits ?></td>
<?php endif ?>
</tr>