Add web code, license, and simple readme
[blerg.git] / cgi / cgi_blerg.c
index 6404fa3..83dd53d 100644 (file)
@@ -159,6 +159,8 @@ int main(int argc, char *argv[]) {
                        exit(0);
                }
 
+               if (info.author[0] == 'H')
+                       info.author[0] = '#';
                if (!tag_exists(info.author)) {
                        respond_404();
                        exit(0);