diff options
Diffstat (limited to 'ws2a/bugcomment.c')
| -rw-r--r-- | ws2a/bugcomment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/bugcomment.c b/ws2a/bugcomment.c index 130087b..193495a 100644 --- a/ws2a/bugcomment.c +++ b/ws2a/bugcomment.c @@ -160,7 +160,7 @@ int main(){ char* dname = replaceHTML(name); char* duid = useridhash(userid); char* dcomment = replaceHTML(comment); - printf("%s%c%c\n","Content-Type:text/html;charset=iso-8859-1",13,10); + //printf("%s%c%c\n","Content-Type:text/html;charset=iso-8859-1",13,10); printf("Location: ../ws2a/bugview.html?id=%s\n\n",bugid); //printf("<p>data:%s",data); //printf("<p>comment:%s<p>dcomment:%s",comment,dcomment); |
