diff options
-rwxr-xr-x | cgi/e.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/bash -echo -n "Status: 200 OK\r\n" -echo -n "Content-type: text/html; charset=utf-8\r\n\r\n" +echo -ne "Status: 200 OK\r\n" +echo -ne "Content-type: text/html; charset=utf-8\r\n\r\n" cat <<EOF <!DOCTYPE HTML> <html> |