From 0f3fb2862ae9ad591e673b93dd000c7c50beb48a Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 25 Nov 2007 21:19:50 +0000 Subject: [PATCH] Demonstrate GET variables --- cgitest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgitest.c b/cgitest.c index 239a2f5..970144a 100644 --- a/cgitest.c +++ b/cgitest.c @@ -48,7 +48,7 @@ void print_form() printf ("\n"); printf ("\n"); printf ("



Redirect

\n"); - printf ("



List Everything

\n"); + printf ("



List Everything

\n"); printf ("



Set Cookie

\n"); } -- 2.20.1