This file is indexed.

/usr/share/horde/turba/templates/smartmobile/entry.html.php is in php-horde-turba 4.2.2-3.

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
<div id="entry" data-role="page">
 <?php echo $this->smartmobileHeader(array('backlink' => array('#browse', _("Browse")), 'logout' => true, 'title' => _("View Entry"))) ?>

 <div data-role="content">
  <div id="turba-entry-data" data-role="collapsible-set" data-content-theme="d"></div>
 </div>
</div>