be more dynamic
This commit is contained in:
parent
865a4822c3
commit
9bfb77b2d5
|
@ -3,3 +3,6 @@ echo Content-Type: text/html
|
||||||
echo Status: 200
|
echo Status: 200
|
||||||
echo
|
echo
|
||||||
echo "<h2> This is the cgi script. </h2>"
|
echo "<h2> This is the cgi script. </h2>"
|
||||||
|
echo "<br> Current date: "
|
||||||
|
echo `date`
|
||||||
|
echo
|
||||||
|
|
Loading…
Reference in New Issue