diff --git a/web-server/root/cgi-bin/comments.sh b/web-server/root/cgi-bin/comments.sh index f3e9815..d046fd7 100755 --- a/web-server/root/cgi-bin/comments.sh +++ b/web-server/root/cgi-bin/comments.sh @@ -3,3 +3,6 @@ echo Content-Type: text/html echo Status: 200 echo echo "

This is the cgi script.

" +echo "
Current date: " +echo `date` +echo