This file is indexed.

/etc/horde/whups/delete_email.plain.php is in php-horde-whups 3.0.9-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
17
18
19
<?php
/**
 * This is the template for notification emails sent after deleting a ticket.
 *
 * If you want to customize this template, copy it to
 * "delete_email.plain.local.php" first, and edit that version.
 *
 * If using non-ASCII characters in this file, it has to saved with UTF-8
 * encoding. The following variables are available:
 *
 * $this->date:       The current date.
 * $this->full_name:  The full name of the notification recipient.
 * $this->auth_name:  The full name of the user that updated the ticket.
 * $this->role:       The recipient role, one of 'always', 'listener',
 *                    'requester', 'queue', 'owner' in ascending importance
 *                    order.
 */
?>
<?php printf(_("%s deleted this ticket."), $this->auth_name) ?>