diff options
author | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
commit | c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd (patch) | |
tree | 064a972f7ee71f19302ecf509756076441d3d442 /examples | |
parent | e9260e6c4d332d3f3f27997d0985a3881745cc56 (diff) | |
download | Nim-c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd.tar.gz |
documentation improvements; higher level Mongodb wrapper
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cgiex.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/cgiex.nim b/examples/cgiex.nim index 857caa8ef..7e3292f35 100755 --- a/examples/cgiex.nim +++ b/examples/cgiex.nim @@ -1,9 +1,6 @@ # Test/show CGI module import strtabs, cgi - -#setTestData("name", "the andreas", "password", "rumpf\t\ttab") - var myData = readData() validateData(myData, "name", "password") writeContentType() |