generate correct status header line

This commit is contained in:
interp 2002-09-02 13:33:45 +00:00
parent 4ef633af08
commit ae04e9e503
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo Content-Type: text/html
echo Status: 200
echo Status: 200 OK
echo
echo "<h2> This is the cgi script. </h2>"
echo "<br> Current date: "