Skip to content

Commit

Permalink
update.php was checking for static file which is no longer part of th…
Browse files Browse the repository at this point in the history
…e project
  • Loading branch information
mtmail committed Apr 26, 2016
1 parent 131527b commit 7b4806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7b4806b

Please sign in to comment.