X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..77e287f66918296b9461470a7846e22ec1f36a08:/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');