X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..15a1666f8a1e19c338015fccd502be6cfd5c24df:/utils/export.php diff --git a/utils/export.php b/utils/export.php index ef55aab2..3cf9c651 100644 --- a/utils/export.php +++ b/utils/export.php @@ -3,8 +3,8 @@ // from a running nominatim instance as CSV data - require_once(CONST_BasePath.'/lib/init-cmd.php'); - require_once(CONST_BasePath.'/lib/ParameterParser.php'); + require_once(CONST_LibDir.'/init-cmd.php'); + require_once(CONST_LibDir.'/ParameterParser.php'); ini_set('memory_limit', '800M'); $aCMDOptions = array(