This file is indexed.

/usr/share/horde/sesha/templates/menu.inc is in php-horde-sesha 1.0.0~beta1-11ubuntu1.

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
<?php echo Sesha::menu('string') ?>
<form action="<?php echo Horde::url('stock.php') ?>" method="post" name="stockjumpform">
<?php echo Horde_Util::formInput() ?>
<input type="hidden" name="actionId" value="update_stock" />
 <span class="rightFloat">
  <input type="text" name="stock_id" size="8" value="<?php echo _("Stock ID") ?>" onfocus="this.value='';" />
  <input class="button" type="submit" onclick="if (!document.stockjumpform.stock_id.value) return false;" value="<?php echo _("Go") ?>" />
 </span>
</form>
<?php $notification->notify(array('listeners' => 'status')) ?>