generate correct status header line
This commit is contained in:
parent
4ef633af08
commit
ae04e9e503
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo Content-Type: text/html
|
echo Content-Type: text/html
|
||||||
echo Status: 200
|
echo Status: 200 OK
|
||||||
echo
|
echo
|
||||||
echo "<h2> This is the cgi script. </h2>"
|
echo "<h2> This is the cgi script. </h2>"
|
||||||
echo "<br> Current date: "
|
echo "<br> Current date: "
|
||||||
|
|
Loading…
Reference in New Issue