X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/134553b1844ee8c82bd606b9e401cf6d3e3b8b8a..9e5c9ca81d1aa645e1ac99f7dc63e8d81addf0d8:/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");