This file is indexed.

/usr/share/horde/ingo/templates/smartmobile/rule.html.php is in php-horde-ingo 3.2.8-1ubuntu1.

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

 <div data-role="content">
  <dl>
   <dt><?php echo _("Label") ?></dt>
   <dd id="ingo-rule-label"></dd>
   <dt><?php echo _("Description") ?></dt>
   <dd id="ingo-rule-description"></dd>
  </dl>
 </div>
</div>