diff options
| author | Alexander Pickering <Apickx@cogarr.org> | 2016-05-11 15:02:29 -0400 |
|---|---|---|
| committer | Alexander Pickering <Apickx@cogarr.org> | 2016-05-11 15:02:29 -0400 |
| commit | 041d3d60d129e85395c13e66182a6f6870a988d2 (patch) | |
| tree | e65932555a8b345f1eab930b04633307c9c6915c /ws2a/bugcomment.c | |
| parent | 2861230bcc58865845cc5fbd43c613fcf04fbc3d (diff) | |
| parent | 5c8694f1309bf27cd115ab54990024f510a53a01 (diff) | |
| download | webpage-041d3d60d129e85395c13e66182a6f6870a988d2.tar.gz webpage-041d3d60d129e85395c13e66182a6f6870a988d2.tar.bz2 webpage-041d3d60d129e85395c13e66182a6f6870a988d2.zip | |
Merge branch 'development'
Diffstat (limited to 'ws2a/bugcomment.c')
| -rw-r--r-- | ws2a/bugcomment.c | 4 |
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"); |
