From 7b4806b2e808a2596e7cdcc141c9b8ef34f80ed9 Mon Sep 17 00:00:00 2001 From: Marc Tobias Metten Date: Tue, 26 Apr 2016 20:45:48 +0200 Subject: [PATCH] update.php was checking for static file which is no longer part of the project --- utils/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.45.1