Read Only FS return false

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
pull/42298/head
Git'Fellow 6 months ago committed by GitHub
parent d6de7bf21b
commit b22ac93606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -522,6 +522,10 @@ class Setup {
\OCP\Server::get(Installer::class)
);
if (!is_writable($setupHelper->pathToHtaccess())) {
return false;
}
$htaccessContent = file_get_contents($setupHelper->pathToHtaccess());
$content = "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####\n";
$htaccessContent = explode($content, $htaccessContent, 2)[0];

Loading…
Cancel
Save