mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #45088 from nextcloud/fix/user-manager-log-collisions
fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
commit
79a75ca196
1 changed files with 2 additions and 0 deletions
|
|
@ -760,6 +760,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