mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #45202 from nextcloud/backport/45088/stable29
[stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
commit
9e7740d24b
1 changed files with 2 additions and 0 deletions
|
|
@ -769,6 +769,8 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
'.ocdata',
|
||||
'owncloud.log',
|
||||
'nextcloud.log',
|
||||
'updater.log',
|
||||
'audit.log',
|
||||
$appdata], true)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue