[package] update cgilib to 0.7 (#5367)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16502 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-06-18 12:41:23 +00:00
parent 4e3a3593f4
commit 0dd8ea916b
4 changed files with 23 additions and 67 deletions

View File

@ -1,10 +1,10 @@
--- cgilib-0.5/cgitest.c.orig 1999-08-17 15:21:20.000000000 +0200
+++ cgilib-0.5/cgitest.c 2005-08-10 20:49:01.000000000 +0200
@@ -113,7 +113,7 @@
--- a/cgitest.c
+++ b/cgitest.c
@@ -216,7 +216,7 @@ int main (int argc, char **argv, char **
cgiSetHeader ("Set-Cookie", "Version=1; Library=cgilib; Path=/");
cgiHeader();
printf ("<html>\n<head><title>cgilib</title></title>\n\n<body bgcolor=\"#ffffff\">\n");
printf ("<h1><a href=\"%s\">cgilib</a></h1>\n", URL);
- printf ("<h3>Cookie "Library" set</h3>\n");
printf (HTML_CSS HTML_HEAD);
- printf ("<h3>Cookie Library set</h3>\n");
+ printf ("<h3>Cookie \"Library\" set</h3>\n");
printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest\">Test</a><p>\n");
printf ("<p><br><p><br><a href=\"/cgi-bin/cgitest/redirect\">Redirect</a><p>\n");