Merge pull request #10090 from nupplaphil/feat/install_testrewrite

FollowUp #10086
This commit is contained in:
Hypolite Petovan
2021-03-28 02:24:49 -04:00
committed by GitHub
2 changed files with 8616 additions and 8611 deletions

View File

@@ -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;
}

File diff suppressed because it is too large Load Diff