X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/38304136d31c88bc0e2294c4b62d83cf124c1dcf..9e35e5c2b02887e361972ffbb20e65bbba0d02c7:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 8fc5b89e..8cdbcb5a 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -47,7 +47,6 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); @define('CONST_ExtraDataPath', CONST_BasePath.'/data'); @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql'); @define('CONST_Pyosmium_Binary', '@PYOSMIUM_PATH@'); -@define('CONST_PHP_Binary', '@PHP_BIN@'); @define('CONST_Tiger_Data_Path', CONST_ExtraDataPath.'/tiger'); @define('CONST_Wikipedia_Data_Path', CONST_ExtraDataPath);