X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d09b268e01987541384f55469cbd6ddd3ad2d5fe..54126633f6078ebb86b53c614fcb243039e839fb:/utils/setup.php?ds=sidebyside diff --git a/utils/setup.php b/utils/setup.php index 08e3d341..3bbe18d4 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -710,6 +710,7 @@ @symlink(CONST_BasePath.'/website/reverse.php', $sTargetDir.'/reverse.php'); @symlink(CONST_BasePath.'/website/search.php', $sTargetDir.'/search.php'); @symlink(CONST_BasePath.'/website/search.php', $sTargetDir.'/index.php'); + @symlink(CONST_BasePath.'/website/lookup.php', $sTargetDir.'/lookup.php'); @symlink(CONST_BasePath.'/website/deletable.php', $sTargetDir.'/deletable.php'); @symlink(CONST_BasePath.'/website/polygons.php', $sTargetDir.'/polygons.php'); @symlink(CONST_BasePath.'/website/status.php', $sTargetDir.'/status.php');