diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-27 17:50:50 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-18 17:06:58 +0100 |
commit | 3dad31d6dff9bc4b0d5c331355de86fba6c24620 (patch) | |
tree | 4557026a02b2f8e542c4f8c5e84a3aa25636de0f /config | |
parent | 637503a1ac7a2d45944b748818c52c99e367254d (diff) | |
download | nextcloud-server-3dad31d6dff9bc4b0d5c331355de86fba6c24620.tar.gz nextcloud-server-3dad31d6dff9bc4b0d5c331355de86fba6c24620.zip |
proper description of appcodechecker in config sample
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c98ce255b96..0423adcc1dc 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -420,8 +420,9 @@ $CONFIG = array( */ /** - * Check 3rd party apps to make sure they are using the private API and not the - * public API. If the app uses the private API it cannot be installed. + * Checks an app before install whether it uses private APIs instead of the + * proper public APIs. If this is set to true it will only allow to install or + * enable apps that pass this check. */ 'appcodechecker' => true, |