This file is indexed.

/usr/share/horde/wicked/templates/pagelist/results_header.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
15
16
<br />

<div class="horde-content">
  <h3><?php echo $this->title ?></h3>
</div>

<table class="horde-table sortable" style="width:100%">
<thead>
 <tr class="nowrap">
  <th style="width:40%"><?php echo $this->th_page ?></th>
  <th style="width:10%"><?php echo $this->th_version ?></th>
  <th style="width:25%"><?php echo $this->th_author ?></th>
  <th style="width:25%"><?php echo $this->th_updated ?></th>
 </tr>
</thead>
<tbody>