diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-27 17:50:50 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-27 20:02:07 +0100 |
commit | 7452d0434a712db628ac8a0d0c5f22543a210633 (patch) | |
tree | edf40cbe7228496f3a772329c8332154473d8b0c /config | |
parent | b4dfd043d7eef8767cf6727cb0651851b8139da7 (diff) | |
download | nextcloud-server-7452d0434a712db628ac8a0d0c5f22543a210633.tar.gz nextcloud-server-7452d0434a712db628ac8a0d0c5f22543a210633.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 10b079caa8a..46af8296f21 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 just allow to install or + * enable apps that pass this check. */ 'appcodechecker' => true, |