X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2df5d391de2c4b0ce9b5c98463a4ebf2cbfe4b7d..fa0cf215e723401fec62a3b336a4ed8908c2bfed:/website/status.php diff --git a/website/status.php b/website/status.php index a876f999..832f4600 100644 --- a/website/status.php +++ b/website/status.php @@ -10,7 +10,7 @@ exit; } - $oDB =& getDB(); + $oDB =& DB::connect(CONST_Database_DSN, false); if (!$oDB || PEAR::isError($oDB)) { statusError("No database");