/*
- * $Id: cachemgr.cc,v 1.75 1998/03/05 00:42:47 wessels Exp $
+ * $Id: cachemgr.cc,v 1.76 1998/03/06 05:34:44 rousskov Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Duane Wessels
printf("<P>This is a WWW interface to the instrumentation interface\n");
printf("for the Squid object cache.</P>\n");
printf("<HR>\n");
- printf("<FORM METHOD=\"POST\" ACTION=\"%s\">\n", script_name);
+ printf("<FORM METHOD=\"GET\" ACTION=\"%s\">\n", script_name);
printf("<TABLE BORDER=0>\n");
printf("<TR><TH ALIGN=\"left\">Cache Host:</TH><TD><INPUT NAME=\"host\" ");
printf("SIZE=30 VALUE=\"%s\"></TD></TR>\n", host);