X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2df5d391de2c4b0ce9b5c98463a4ebf2cbfe4b7d..8b75e1f4c460b422688c20d530ea91376e035199:/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");