diff options
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 16e6e5d..4cec664 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -14,8 +14,6 @@ # TODO: # * Complete Atom Feed (like RSS) -# * Write documentation -# * Fix send-comment bug when using lighttpd # * Fix broken charset in outgoing mails (needs some testing) import cgi, os, time, glob, re, md5, sys, random, smtplib |