echo date
authorChristian Weiske <cweiske@cweiske.de>
Mon, 31 Oct 2011 20:02:45 +0000 (21:02 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 31 Oct 2011 20:02:45 +0000 (21:02 +0100)
htmlreport/templates/plain.txt.php

index b800e9e2e625bc7e9f749416d38a76e4a9c50198..5e15595a6661cb7ef3f2aeafae6e8086207fc994 100644 (file)
@@ -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) {