diff options
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index f85eb01..43b63cb 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -6,6 +6,9 @@ # To Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. +# Author: Stefan Ritter <xeno@thehappy.de> +# Description: A simple blogging software + import cgi import os import time |