From 83a0848e6c92cda893dbfd04feb55c66c40b941e Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 10 May 2016 15:35:42 -0400 Subject: You must be really bored to read through my commit logs --- ws2a/gencaptcha.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ws2a/gencaptcha.c') diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c index 1126ddb..57f1ad6 100644 --- a/ws2a/gencaptcha.c +++ b/ws2a/gencaptcha.c @@ -86,6 +86,8 @@ int main(){ return 1; } fread(buffer, filelen, 1, imgfile); + printf("%s%c%c\n", + "Content-Type:image/png",13,10); int i = 0; while(i < filelen){ printf("%c",buffer[i]); -- cgit v1.2.3-70-g09d2