From 844780dbf716d348e823024e55e7274a2af24e01 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 31 Oct 2011 21:02:45 +0100 Subject: echo date --- htmlreport/templates/plain.txt.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htmlreport') diff --git a/htmlreport/templates/plain.txt.php b/htmlreport/templates/plain.txt.php index b800e9e..5e15595 100644 --- a/htmlreport/templates/plain.txt.php +++ b/htmlreport/templates/plain.txt.php @@ -11,6 +11,8 @@ echo "\n"; plain_line($data[6]); plain_line($data[0]); plain_line($data[4]); +echo "\n"; +echo date('c') . "\n"; function plain_line($datum) { -- cgit v1.2.3