summaryrefslogtreecommitdiff
path: root/source3/web/cgi.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-01-12 00:32:27 +0000
committerAndrew Tridgell <tridge@samba.org>1998-01-12 00:32:27 +0000
commit96eed00608226370ca4177fd9c8a4ae54d17517d (patch)
tree73fa6124c00172b7c693d76b91d0e3445c42f7e2 /source3/web/cgi.c
parent221fda2454396fa6c3d2b820d81c56b4cdc48f13 (diff)
downloadsamba-96eed00608226370ca4177fd9c8a4ae54d17517d.tar.gz
samba-96eed00608226370ca4177fd9c8a4ae54d17517d.tar.bz2
samba-96eed00608226370ca4177fd9c8a4ae54d17517d.zip
propogate my cgi changes to the main branch
(This used to be commit 215c97e83ac74757cffb4f64176c80ddb845d65f)
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");
}