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
commit 3af12004fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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