X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ff4b1758e1031e0c406d13a7a3982bf158fa66f2..38304136d31c88bc0e2294c4b62d83cf124c1dcf:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 8cdbcb5a..8fc5b89e 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -47,6 +47,7 @@ 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);