X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/131527bdab6738baff679171c421ea7fa863e100..7b4806b2e808a2596e7cdcc141c9b8ef34f80ed9:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index 4a20d5dc..01402842 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -656,7 +656,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";