This file is indexed.

/usr/share/horde/wicked/templates/diff/diff.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
<h1 class="header">
 <?php printf(_("Diff for %s between %s and %s"), $this->link, $this->version1, $this->version2) ?>
</h1>

<div class="text headerbox" style="padding:5px">
 <pre><?php echo $this->diff ?></pre>
</div>