summaryrefslogtreecommitdiff
path: root/ws2a/gencaptcha.c
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 14:09:34 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 14:09:34 -0400
commit0d64b64e03261606ca5b61b02123c0fe0dd2a36e (patch)
treee6cf7b5cf3be4ad86f5d1d723fbdd7870f26ae94 /ws2a/gencaptcha.c
parent335ecf09f90357dce2bd641296bec0127fd50758 (diff)
downloadwebpage-0d64b64e03261606ca5b61b02123c0fe0dd2a36e.tar.gz
webpage-0d64b64e03261606ca5b61b02123c0fe0dd2a36e.tar.bz2
webpage-0d64b64e03261606ca5b61b02123c0fe0dd2a36e.zip
Removed the header when returning images
Diffstat (limited to 'ws2a/gencaptcha.c')
-rw-r--r--ws2a/gencaptcha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c
index d0f9e50..7073362 100644
--- a/ws2a/gencaptcha.c
+++ b/ws2a/gencaptcha.c
@@ -49,8 +49,6 @@ void createRandomWords(char* buf){
}
int main(){
- printf("%s%c%c\n",
- "Content-Type:image/png",13,10);
srand(time(NULL));
char randwords[LONGADJ+LONGNOU+1];