X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e1be3d9f48b51a927c26d1ac0035b50b82423916..d9e0ef0ebfbc2860e7c0b7e7510a4014300074be:/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,