a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/secure/secure.c src/hg/secure/secure.c index 3b5fc2b..32d2c99 100644 --- src/hg/secure/secure.c +++ src/hg/secure/secure.c @@ -2,31 +2,30 @@ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "htmshell.h" #include "web.h" #include "cart.h" #include "hdb.h" #include "dbDb.h" #include "web.h" #include "hui.h" #include "hgFind.h" #include "hui.h" #include "linefile.h" -static char const rcsid[] = "$Id: secure.c,v 1.7 2008/09/03 19:21:19 markd Exp $"; /* GLOBAL DECLARATIONS */ char *keyFile = "/usr/local/apache/htdocs/license/secure/.keys"; char *secureDir = "/usr/local/apache/htdocs/license/secure"; struct cart *cart = NULL; struct hash *oldVars = NULL; /* END GLOBAL DECLARATIONS */ boolean isValidKey(char *key) /* Verify if a key matches our database key */ { struct lineFile *file = NULL;