Merge pull request #10090 from nupplaphil/feat/install_testrewrite
FollowUp #10086
This commit is contained in:
commit
3af12004fe
|
@ -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;
|
||||
}
|
||||
|
|
17221
view/lang/C/messages.po
17221
view/lang/C/messages.po
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue