Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-09-08 13:09:11 +0300
committerLukas Reschke <lukas@owncloud.com>2015-09-22 17:43:28 +0300
commita8e8a9dfb968d7e93b01404b9a12c1e48d8431a4 (patch)
treeae36919e1a5ad6fa9627e44758d01ae38e49f416 /lib/private/updater.php
parent498e8f712c3512a7e8b054194f82611fae931353 (diff)
Move certificate bundle into resources/config/
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r--lib/private/updater.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php
index 71e9732c307..b33180c3425 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -279,13 +279,6 @@ class Updater extends BasicEmitter {
throw new \Exception($e->getMessage());
}
- // FIXME: Some users do not upload the new ca-bundle.crt, let's catch this
- // in the update. For a newer release we shall use an integrity check after
- // the update.
- if(!file_exists(\OC::$configDir .'/ca-bundle.crt')) {
- throw new \Exception('Please upload the ca-bundle.crt file into the \'config\' directory.');
- }
-
// create empty file in data dir, so we can later find
// out that this is indeed an ownCloud data directory
// (in case it didn't exist before)