Don't lock in the appdata_ directory
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5515c7b2c0
commit
b9b88aa666
1 changed files with 1 additions and 1 deletions
|
@ -2057,7 +2057,7 @@ class View {
|
||||||
return ($pathSegments[2] === 'files') && (count($pathSegments) > 3);
|
return ($pathSegments[2] === 'files') && (count($pathSegments) > 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return strpos($path, '/appdata_') !== 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue