]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
new method /lookup.php - Reverse search by multiple osm ids
[nominatim.git] / utils / setup.php
index b49813a8ab7f056603e469b8fd8e7fcdfd2c1258..3fad6fe80bc4e09e74a6ce260c845d723d8cf790 100755 (executable)
                @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');