summaryrefslogtreecommitdiff
path: root/source3/web/cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web/cgi.c')
-rw-r--r--source3/web/cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index f165c56110..e697f5537a 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -614,7 +614,7 @@ void cgi_setup(char *rootdir)
cgi_download(url+1);
}
- printf("HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n");
+ printf("HTTP/1.1 200 OK\r\nConnection: close\r\n");
}