diff options
Diffstat (limited to 'ws2a')
| -rw-r--r-- | ws2a/gencaptcha.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c index 8713a1a..001e87b 100644 --- a/ws2a/gencaptcha.c +++ b/ws2a/gencaptcha.c @@ -77,6 +77,7 @@ int main(){ sprintf(command,"convert \"../ws2a/captchas/%lu.png\" -virtual-pixel White -distort Arc %d \"../ws2a/captchas/%lu.png\"",rhash,arcdis,rhash); system(command); + printf("%s%c%c\n","Content-Type:text/html;charset=iso-8859-1",13,10); printf("%lu",rhash); /* FILE* imgfile; |
