Remove the 'View the source code version numbers' link from the CGI menu
authorFabian Keil <fk@fabiankeil.de>
Wed, 8 Mar 2017 13:16:26 +0000 (13:16 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 8 Mar 2017 13:16:26 +0000 (13:16 +0000)
It's rarely needed and likely to be completely removed
after the git migration anyway.

cgi.c

diff --git a/cgi.c b/cgi.c
index 0938fe6..dedef2f 100644 (file)
--- 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
    /*