diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-11 09:04:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 09:04:54 -0500 |
commit | 995fed8d8ae618bcf7a4d1fb7f66c41da95b6f34 (patch) | |
tree | 485f4af7a5a0baba348751ff2870c0c0e2de15e6 | |
parent | 31128ec52bc70588a6fed08278bfcf81a74607eb (diff) | |
parent | 3ad96a4c5728343cc013707018a929593cc9808a (diff) | |
download | nextcloud-server-995fed8d8ae618bcf7a4d1fb7f66c41da95b6f34.tar.gz nextcloud-server-995fed8d8ae618bcf7a4d1fb7f66c41da95b6f34.zip |
Merge pull request #4800 from nextcloud/remove-unused-config.php-option
SSL menu is now shown for files_external
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9f2ede88169..001df5fd49c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -999,11 +999,6 @@ $CONFIG = array( ), /** - * Allow the configuration of system wide trusted certificates - */ -'enable_certificate_management' => false, - -/** * Memory caching backend configuration * * Available cache backends: |