]> git.openstreetmap.org Git - nominatim.git/commitdiff
update.php was checking for static file which is no longer part of the project
authorMarc Tobias Metten <mtmail@gmx.net>
Tue, 26 Apr 2016 18:45:48 +0000 (20:45 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Apr 2016 20:02:16 +0000 (22:02 +0200)
utils/setup.php

index eff7b71b447fef7fd36bab87e3db8569fef84231..b66d19bb5b102e78a34bab2ff7345ebc652d936b 100755 (executable)
                @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";