From: Marc Tobias Metten Date: Tue, 26 Apr 2016 18:45:48 +0000 (+0200) Subject: update.php was checking for static file which is no longer part of the project X-Git-Tag: v3.0.0~175^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/7b4806b2e808a2596e7cdcc141c9b8ef34f80ed9 update.php was checking for static file which is no longer part of the project --- 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";