From 083c55b230432dd31677238e91da56ab99a67c37 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 eff7b71b..b66d19bb 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -722,7 +722,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";