FollowUp #10086
This commit is contained in:
parent
3327e6d979
commit
26bd1bb26d
|
@ -133,9 +133,9 @@ class Installer
|
||||||
$returnVal = false;
|
$returnVal = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->checkHtAccess($baseurl)) {
|
/// @TODO This check should not block installations because of containerization issues
|
||||||
$returnVal = false;
|
/// @see https://github.com/friendica/docker/issues/134
|
||||||
}
|
$this->checkHtAccess($baseurl);
|
||||||
|
|
||||||
return $returnVal;
|
return $returnVal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue