X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=76f3f2243dd344bf7f384859112ce2c1954e72b2;hp=759517d6d526328dc771a9c53996bde662088d22;hb=6e4befd8a7f565c8fa89ab200358e9d802ba687e;hpb=0adce870adeb95dbf27fe2b598a38cd18189c1b8 diff --git a/cgi.c b/cgi.c index 759517d6..76f3f224 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.162 2016/03/17 10:40:53 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,7 +101,7 @@ 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, "View or toggle the tags that can be set based on the clients address", FALSE },