diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-19 01:45:42 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-19 01:45:42 +0200 |
commit | c2ba75793e78afb00223003ddfcbc05714bd01bf (patch) | |
tree | 1037691fa9cdb7e47258b678cc6a5a70107c85c5 /README | |
parent | 4b838fced8cd5fd2c24300e3f9132a1474051a76 (diff) | |
download | cforum-c2ba75793e78afb00223003ddfcbc05714bd01bf.tar.gz |
Add simple captcha
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ It is also rather small: wc -l *.c *.h */*.t */*.lex 101 cforum.c - 267 ctl.c + 299 ctl.c 268 db.c 10 err.c 144 query.c @@ -21,9 +21,9 @@ It is also rather small: 3 t/err.t 1 t/foot.t 29 t/front.t - 14 t/head.t - 34 t/newuser.t + 15 t/head.t + 38 t/newuser.t 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex - 1080 total + 1117 total |