diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 21:02:45 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 21:02:45 +0100 |
| commit | 844780dbf716d348e823024e55e7274a2af24e01 (patch) | |
| tree | 50fc6447796d53b614d320146efee2fffd10719d | |
| parent | e39aa5c84e3dacc9b45ed959ebcf0e78303e2680 (diff) | |
| download | usb-wde1-tools-844780dbf716d348e823024e55e7274a2af24e01.tar.gz usb-wde1-tools-844780dbf716d348e823024e55e7274a2af24e01.zip | |
echo date
| -rw-r--r-- | htmlreport/templates/plain.txt.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
