X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=76f3f2243dd344bf7f384859112ce2c1954e72b2;hp=14abf8b0fd9d0499a103ba09b13ef25a7ccb517a;hb=3332d90ad76446d4d124880a29b0717e78203ecb;hpb=d6f6d40eb51a7a7f491c5c027f83bbd7f44c009f diff --git a/cgi.c b/cgi.c index 14abf8b0..76f3f224 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.161 2016/02/26 12:32:26 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.163 2016/03/30 11:14:05 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -101,9 +101,9 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { "View the source code version numbers", TRUE }, #ifdef FEATURE_CLIENT_TAGS - { "show-client-tags", + { "client-tags", cgi_show_client_tags, - "Show the tags that can be set based on the client's address (opt-in)", + "View or toggle the tags that can be set based on the clients address", FALSE }, #endif { "show-request",