diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-10 16:08:40 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-10 16:08:40 -0500 |
commit | 3ad96a4c5728343cc013707018a929593cc9808a (patch) | |
tree | b17ce85d6fe170bc1331787f053991c7f41635d3 /config/config.sample.php | |
parent | affa8d07cab3617e7f2101e3b81a212fa86ab832 (diff) | |
download | nextcloud-server-3ad96a4c5728343cc013707018a929593cc9808a.tar.gz nextcloud-server-3ad96a4c5728343cc013707018a929593cc9808a.zip |
SSL menu is now shown for files_external
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config/config.sample.php')
-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: |