소스 검색

Read Only FS return false

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
tags/v29.0.0beta1
Git'Fellow 6 달 전
부모
커밋
b22ac93606
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      lib/private/Setup.php

+ 4
- 0
lib/private/Setup.php 파일 보기

@@ -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…
취소
저장