From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 8 Mar 2017 13:16:26 +0000 (+0000)
Subject: Remove the 'View the source code version numbers' link from the CGI menu
X-Git-Tag: v_3_0_27~189
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/user-manual/static/diff?a=commitdiff_plain;h=7e8f1ca649cdd799f9867f682ab45d97af5e33ef;p=privoxy.git

Remove the 'View the source code version numbers' link from the CGI menu

It's rarely needed and likely to be completely removed
after the git migration anyway.
---

diff --git a/cgi.c b/cgi.c
index 0938fe62..dedef2f6 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.172 2017/03/08 13:10:33 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 enought to include in the menu */
           TRUE },
 #ifdef FEATURE_CLIENT_TAGS
    /*