ソースを参照

Ignore AppData in encryption wrapper

Fixes part of #2407

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v11.0RC2
Roeland Jago Douma 7年前
コミット
2fd1cf2e92
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      lib/private/Encryption/Util.php

+ 1
- 0
lib/private/Encryption/Util.php ファイルの表示

@@ -97,6 +97,7 @@ class Util {
$this->config = $config;

$this->excludedPaths[] = 'files_encryption';
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
}

/**

読み込み中…
キャンセル
保存