X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3257c04d94e70d2cf189e8fe986d3907b822c059..7c8c206818266f40d2447e9b4c1b059c1139b152:/utils/setup.php?ds=inline diff --git a/utils/setup.php b/utils/setup.php index b49813a8..3fad6fe8 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');