This file is indexed.

/usr/share/gosa/plugins/admin/fai/remove_branch.tpl is in gosa-plugin-fai 2.7.4+reloaded1-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
14
15
16
<div style="font-size:18px;">
 {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
</div>
<p>
 {$info}{t}This includes all account data, system access, etc. for this branch. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
</p>
<p>{t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<input type='hidden' name='release_hidden' value='{$release_hidden}'>
<hr>
<div class="plugin-actions">
 <button type='submit' name='delete_branch_confirm'>
 {msgPool type=delButton}</button>
 <button type='submit' name='delete_cancel'>
 {msgPool type=cancelButton}</button>
</div>