]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/status.php
bdd: convert API tests to smaller test db
[nominatim.git] / website / status.php
index dc497ff5668bc84202327b925091b838ceb776d8..9f030fb3ea38314047b50973bc6929aa80117de3 100644 (file)
@@ -7,7 +7,7 @@ require_once(CONST_LibDir.'/Status.php');
 $oParams = new Nominatim\ParameterParser();
 $sOutputFormat = $oParams->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');