mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
update.php was checking for static file which is no longer part of the project
This commit is contained in:
committed by
Sarah Hoffmann
parent
a24991b430
commit
083c55b230
@@ -722,7 +722,7 @@
|
|||||||
@symlink(CONST_BasePath.'/website/css', $sTargetDir.'/css');
|
@symlink(CONST_BasePath.'/website/css', $sTargetDir.'/css');
|
||||||
echo "Symlinks created\n";
|
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)
|
if (!$sTestFile)
|
||||||
{
|
{
|
||||||
echo "\nWARNING: Unable to access the website at ".CONST_Website_BaseURL."\n";
|
echo "\nWARNING: Unable to access the website at ".CONST_Website_BaseURL."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user