X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d4b633bfc50188f36e3c4a8b2b99c3a0e6a7f12e..2c909c1f0c7c6e6a176eb5cc15e8d6a45449ebe8:/website/status.php diff --git a/website/status.php b/website/status.php index 0d483544..9f030fb3 100644 --- a/website/status.php +++ b/website/status.php @@ -1,13 +1,13 @@ getSet('format', array('text', 'json'), 'text'); -$oDB = new Nominatim\DB(); +$oDB = new Nominatim\DB(CONST_Database_DSN); if ($sOutputFormat == 'json') { header('content-type: application/json; charset=UTF-8');