This file is indexed.

/usr/share/gosa/plugins/addons/goto/remove.tpl is in gosa-plugin-goto 2.7.4+reloaded2-1+deb8u2.

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
14
15
16
17
18
19
20
21
22
23
24
<div style="font-size:18px;">
 {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}

</div>
<p>
  {$info}
</p>

<p>
 {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>

<hr>
<div class="plugin-actions">
  {if $multiple}
    <button type='submit' name='delete_multiple_confirm'>{msgPool type=delButton}</button>

  {else}
    <button type='submit' name='delete_confirm'>{msgPool type=delButton}</button>

  {/if}
  <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>

</div>