]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
assume PHP test suite is run from the tests-php directory. Matches documentation...
[nominatim.git] / utils / setup.php
index 08e3d34150423ff9a3743358d375da7bed94e552..3bbe18d4231c6c4974023b8f89d5dac18a1d1e10 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');