]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
calculate the importance value
[nominatim.git] / utils / setup.php
index 1ebee32ff1104df99e85cfbb4c2ed8bdb4bc995a..e49a2d52f2de91d5658d94d19dcfa70033b2bb0a 100755 (executable)
                @symlink(CONST_BasePath.'/website/search.php', $sTargetDir.'/index.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');
                @symlink(CONST_BasePath.'/website/images', $sTargetDir.'/images');
                @symlink(CONST_BasePath.'/website/js', $sTargetDir.'/js');
                @symlink(CONST_BasePath.'/website/css', $sTargetDir.'/css');