X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e686ce868062a70acfbdddc68c8f4384789f0a40..d23fa84471a92664431775fdfa81048180d3f359:/lib/log.php diff --git a/lib/log.php b/lib/log.php index 9a064b9b..97d7d9c9 100644 --- a/lib/log.php +++ b/lib/log.php @@ -20,7 +20,7 @@ function logStart(&$oDB, $sType = '', $sQuery = '', $aLanguageList = array()) $hLog = array( date('Y-m-d H:i:s', $aStartTime[0]).'.'.$aStartTime[1], - $_SERVER["REMOTE_ADDR"], + $_SERVER['REMOTE_ADDR'], $_SERVER['QUERY_STRING'], $sOutQuery, $sType,