]> source.dussan.org Git - nextcloud-server.git/commitdiff
proper description of appcodechecker in config sample
authorMorris Jobke <hey@morrisjobke.de>
Fri, 27 Feb 2015 16:50:50 +0000 (17:50 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 27 Feb 2015 19:02:07 +0000 (20:02 +0100)
config/config.sample.php

index 10b079caa8ab9cab665924eaa4538c07b3840c8c..46af8296f219b7d6a161296a70c26596bacc0ca5 100644 (file)
@@ -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,