This file is indexed.

/usr/share/horde/wicked/templates/display/title.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
<div class="header">
 <?php echo $this->h($this->name) ?>
<?php if ($this->referrer): ?>
 : <?php echo $this->referrer ?>
<?php endif ?>
<?php if ($this->isOld): ?>
 <?php echo $this->h($this->version) ?>
<?php endif ?>
 <?php echo $this->refresh ?>
<?php if ($this->locked): ?>
 <?php echo $this->locked ?>
<?php endif ?>
</div>