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