be more dynamic

This commit is contained in:
interp 2002-08-29 14:47:12 +00:00
parent 865a4822c3
commit 9bfb77b2d5
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ echo Content-Type: text/html
echo Status: 200
echo
echo "<h2> This is the cgi script. </h2>"
echo "<br> Current date: "
echo `date`
echo