X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=8a4eea0c782785115a830add7b4e4b274dec3598;hp=0938fe62a51df8d8edcf40d3b8780293609476fb;hb=ac4021e8a919ef7f9308c28204ade61466a73541;hpb=2be3c4c179ec49056d3d0060fb86f9f4d513ae0d diff --git a/cgi.c b/cgi.c index 0938fe62..8a4eea0c 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.171 2017/02/20 13:44:32 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.173 2017/03/08 13:16:26 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -98,7 +98,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { TRUE }, { "show-version", cgi_show_version, - "View the source code version numbers", + NULL, /* Not considered important enough to include in the menu */ TRUE }, #ifdef FEATURE_CLIENT_TAGS /*