# HG changeset patch # User Henry S. Thompson # Date 1492726534 14400 # Node ID 093e42d5a874ca09445a7c694ebc9b776d00a11c # Parent b78209a5fba19f625f286a22742eddfe66caa982 minor tidy-ups on new-server install diff -r b78209a5fba1 -r 093e42d5a874 geoiptest.php --- a/geoiptest.php Sat Feb 18 15:18:47 2017 +0000 +++ b/geoiptest.php Thu Apr 20 18:15:34 2017 -0400 @@ -1,7 +1,7 @@ diff -r b78209a5fba1 -r 093e42d5a874 index.php --- a/index.php Sat Feb 18 15:18:47 2017 +0000 +++ b/index.php Thu Apr 20 18:15:34 2017 -0400 @@ -1,5 +1,5 @@ useragent = strtolower($_SERVER['HTTP_USER_AGENT']); - $this->httpaccept = strtolower($_SERVER['HTTP_ACCEPT']); + $this->httpaccept = strtolower(@$_SERVER['HTTP_ACCEPT']); } //**************************