diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 14:13:28 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 14:13:28 -0400 |
| commit | ff23d46cdd29b23f9e2046e1a3b733040c502b9c (patch) | |
| tree | d8ce75ff86b22c0c05ae920d32f6be866c1ede9f | |
| parent | 980ed6f5a9e1cf01f825307067bbf1ecc8c4f3e4 (diff) | |
| download | webpage-ff23d46cdd29b23f9e2046e1a3b733040c502b9c.tar.gz webpage-ff23d46cdd29b23f9e2046e1a3b733040c502b9c.tar.bz2 webpage-ff23d46cdd29b23f9e2046e1a3b733040c502b9c.zip | |
fixed bug in bug retreive script
| -rw-r--r-- | ws2a/bugsdata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ws2a/bugsdata.c b/ws2a/bugsdata.c index 33a7b67..4ba3718 100644 --- a/ws2a/bugsdata.c +++ b/ws2a/bugsdata.c @@ -2,7 +2,6 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> -#include "common.c" int main(){ char* data = getenv("QUERY_STRING"); |
