Merge pull request #10090 from nupplaphil/feat/install_testrewrite
FollowUp #10086
This commit is contained in:
commit
3af12004fe
2 changed files with 8616 additions and 8611 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
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