diff options
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 3872c7f..14dafdb 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -99,6 +99,8 @@ if cname and ctext and ctitle: .replace(">", ">") \ .replace("\"", """) + # TODO: Read file with spam words + # Add comment comments_file = glob.glob(entries_dir + ctitle + '.comments') if not comments_file: |