This file is indexed.

/usr/share/horde/mnemo/templates/list/header.html.php is in php-horde-mnemo 4.2.12-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 leftAlign">
 <?php echo $this->h($this->title) ?> (<?php echo $this->count ?>)
<?php if ($this->count): ?>
 <a id="quicksearchL" href="<?php echo $this->searchUrl ?>" title="<?php echo _("Search") ?>"><?php echo $this->searchImg ?></a>
 <div id="quicksearch" style="display:none">
  <input type="text" name="quicksearchT" id="quicksearchT" for="notes_body" empty="notes_empty" />
  <small>
   <a id="quicksearchX" title="<?php echo _("Close Search") ?>" href="#">X</a>
   <?php echo $this->searchUrl->link() . _("More Options...") . '</a>' ?>
  </small>
 </div>
<?php endif ?>
</div>