X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc09d7aedbf3fbc2a1471c70fde43f8eb5a432e2..504922ffbecd42eed01dfb9da6bbf2c7aae9a094:/lib/lib.php?ds=inline diff --git a/lib/lib.php b/lib/lib.php index 5e89916c..7760f695 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -1,7 +1,5 @@ load(CONST_DataDir.'/settings/env.defaults'); - - if (file_exists($sProjectDir.'/.env')) { - $dotenv->load($sProjectDir.'/.env'); - } } function getSetting($sConfName, $sDefault = null)