X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f07d620ee8f70a91f6375fa376266242995e75dd..234b1b0293aff8fe8bd13df986805e7d1b39bca2:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index 166dfee9..b9045e70 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -668,7 +668,7 @@ @symlink(CONST_BasePath.'/website/css', $sTargetDir.'/css'); echo "Symlinks created\n"; - $sTestFile = @file_get_contents(CONST_Website_BaseURL.'js/tiles.js'); + $sTestFile = @file_get_contents(CONST_Website_BaseURL.'js/nominatim-ui.js'); if (!$sTestFile) { echo "\nWARNING: Unable to access the website at ".CONST_Website_BaseURL."\n";