]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Changed POST action in host/port form to GET.
authorrousskov <>
Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)
committerrousskov <>
Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)
src/cachemgr.cc

index dbca39741e955418e240db7d693307a19fa2e4a2..80176601143f2599c0961d94d61285d1b0045ca9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -235,7 +235,7 @@ auth_html(char *host, int port, const char *user_name)
     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);