Bläddra i källkod

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 år sedan
förälder
incheckning
2fd1cf2e92
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      lib/private/Encryption/Util.php

+ 1
- 0
lib/private/Encryption/Util.php Visa fil

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

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

/**

Laddar…
Avbryt
Spara