diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-03-01 13:55:09 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-03-01 13:55:09 +0100 |
commit | 10fd2572acfec46ac9edcf8eb64609210fe158d7 (patch) | |
tree | 7642fdcbf7f749e53871ca1c1b64ec2764b08576 | |
parent | fc1b6997235fe0249b1f5fdf0e47d58734cee8f3 (diff) |
Added author and description in header
-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 |