diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-07 09:39:37 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-07 09:39:37 +0200 |
commit | 645600ae03101c1212576022548781641f2b4970 (patch) | |
tree | 1dfcef0940c191756fe75b93997c8cf44c4a84bc | |
parent | ee5dd25290ae6d872e37fd40b3ebbb054e6fbcc5 (diff) | |
parent | 6fac36b58982aa6ecc21bd7e7dee3bf6fed55df2 (diff) | |
download | nextcloud-server-645600ae03101c1212576022548781641f2b4970.tar.gz nextcloud-server-645600ae03101c1212576022548781641f2b4970.zip |
Merge pull request #17426 from owncloud/update-ee-appstore
[config sample] Update info about appstore
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index f27ac28a8fd..81ad7fc81e9 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -587,7 +587,6 @@ $CONFIG = array( /** * When enabled, admins may install apps from the ownCloud app store. - * The app store is disabled by default for ownCloud Enterprise Edition */ 'appstoreenabled' => true, |