From: rousskov <> Date: Fri, 6 Mar 1998 12:34:44 +0000 (+0000) Subject: - Changed POST action in host/port form to GET. X-Git-Tag: SQUID_3_0_PRE1~3902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bce0cf8c6280419a5789d7629fc209a8f6c76e3a;p=thirdparty%2Fsquid.git - Changed POST action in host/port form to GET. --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index dbca39741e..8017660114 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -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("

This is a WWW interface to the instrumentation interface\n"); printf("for the Squid object cache.

\n"); printf("
\n"); - printf("
\n", script_name); + printf("\n", script_name); printf("\n"); printf("\n", host);
Cache Host: