This file is indexed.

/usr/share/horde/nag/templates/alarm/mail.plain.php is in php-horde-nag 4.2.13-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
<?php echo _("We would like to remind you of this due task.") ?>


<?php echo $this->task->name ?>


<?php echo _("Date:") ?> <?php echo $this->due->strftime($this->dateFormat) ?>

<?php echo _("Time:") ?> <?php echo $this->due->format($this->timeFormat) ?>


<?php echo $this->task->desc ?>