This file is indexed.

/usr/share/horde/wicked/templates/history/summary.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
17
18
19
20
21
22
23
24
25
26
<tr>
 <td><?php echo $this->displayLink ?></td>
<?php if ($this->remove): ?>
 <td style="text-align:center">
  <?php echo $this->deleteLink ?>
 </td>
<?php endif ?>
<?php if ($this->edit): ?>
 <td style="text-align:center">
<?php if (!$this->showRestore): ?>
  <?php echo $this->editLink ?>
<?php endif ?>
 </td>
 <td style="text-align:center">
<?php if ($this->showRestore): ?>
  <?php echo $this->restoreLink ?>
<?php endif ?>
</td>
<?php endif ?>
 <td class="nowrap"><?php echo $this->h($this->author) ?></td>
 <td class="nowrap"><?php echo $this->h($this->date) ?></td>
 <td style="text-align:center"><input type="radio" name="v1" value="<?php echo $this->pversion ?>" /></td>
 <td style="text-align:center"><input type="submit" value="<?php echo $this->version ?>" /></td>

 <td><?php echo $this->h($this->changelog) ?></td>
</tr>