summaryrefslogtreecommitdiff
path: root/ws2a
diff options
context:
space:
mode:
Diffstat (limited to 'ws2a')
-rw-r--r--ws2a/bugcomment.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ws2a/bugcomment.c b/ws2a/bugcomment.c
index 1cbf072..fdee046 100644
--- a/ws2a/bugcomment.c
+++ b/ws2a/bugcomment.c
@@ -117,10 +117,11 @@ int main(){
printf("input:%s correct:%s",inputhash,filehash);
return;
}
+ printf("Captcha correct, deleteing...");
+ /*
char command[100];
sprintf(command,"rm \"%s.txt\"",captchapath);
system(command);
- printf("Captcha correct, and deleted");
//Add comment to bug file
char filepath[100];
@@ -138,6 +139,7 @@ int main(){
free(dname);
free(duid);
free(dcomment);
+ */
/*
FILE* lastfilenum;
lastfilenum = fopen("../ws2a/bugs/lastbug","r");