mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Don't lock in the appdata_ directory
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9cae892974
commit
d25ea6ae1c
1 changed files with 1 additions and 1 deletions
|
|
@ -2066,7 +2066,7 @@ class View {
|
|||
return ($pathSegments[2] === 'files') && (count($pathSegments) > 3);
|
||||
}
|
||||
|
||||
return true;
|
||||
return strpos($path, '/appdata_') !== 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue