summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d23e04f)
raw | patch | inline | side by side (parent: d23e04f)
author | Florian Forster <ff@octo.it> | |
Sun, 27 Jun 2010 11:57:17 +0000 (13:57 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 27 Jun 2010 11:57:17 +0000 (13:57 +0200) |
src/utils_cgi.c | patch | blob | history |
diff --git a/src/utils_cgi.c b/src/utils_cgi.c
index 96b1b82e7a8a9f93684ab0bfd5970f51fbd87701..ed4c4468861e89dcac5a75cfe1a08f8448f59868 100644 (file)
--- a/src/utils_cgi.c
+++ b/src/utils_cgi.c
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
{
char *title_html;
- printf ("Content-Type: text/html\n\n");
+ printf ("Content-Type: text/html\n"
+ "X-Generator: "PACKAGE_STRING"\n"
+ "\n\n");
if (title == NULL)
title = "c4: collection4 graph interface";