diff options
author | Rob Stradling <rob@comodo.com> | 2016-02-11 21:31:46 +0000 |
---|---|---|
committer | Rob Stradling <rob@comodo.com> | 2016-02-11 21:31:46 +0000 |
commit | d4d9c4ea47d373a4f8e32cc2665e966f697cd180 (patch) | |
tree | 2b3b48dee9ebc1a64750f12de5bf695461161687 | |
parent | ade2e3661080e64760ad3301c4cea398298936bc (diff) | |
download | mod_certwatch-d4d9c4ea47d373a4f8e32cc2665e966f697cd180.zip mod_certwatch-d4d9c4ea47d373a4f8e32cc2665e966f697cd180.tar.gz mod_certwatch-d4d9c4ea47d373a4f8e32cc2665e966f697cd180.tar.bz2 |
Update copyright year.
Get test and live environments the right way around.
-rw-r--r-- | mod_certwatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_certwatch.c b/mod_certwatch.c index eed1795..87b1ac6 100644 --- a/mod_certwatch.c +++ b/mod_certwatch.c @@ -1,6 +1,6 @@ /* mod_certwatch - PL/pgSQL gateway for certwatch_db and httpd * Written by Rob Stradling - * Copyright (C) 2015 COMODO CA Limited + * Copyright (C) 2015-2016 COMODO CA Limited * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -461,7 +461,7 @@ static int certwatch_contentHandler( apr_psprintf(v_request->pool, "SELECT web_apis%s($1,$2,$3) -- %s", strncmp(v_request->uri, "/_ROB_IS_TESTING_/", 18) - ? "_test" : "", + ? "" : "_test", v_request->useragent_ip ), 3, NULL, t_paramValues, NULL, NULL, 0 |