Skip to content
Snippets Groups Projects
Commit 0af2ea8b authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #14586 from owncloud/proper-appcodechecker-docu

proper description of appcodechecker in config sample
parents 29ecbc8c 7452d043
No related branches found
No related tags found
No related merge requests found
...@@ -420,8 +420,9 @@ $CONFIG = array( ...@@ -420,8 +420,9 @@ $CONFIG = array(
*/ */
/** /**
* Check 3rd party apps to make sure they are using the private API and not the * Checks an app before install whether it uses private APIs instead of the
* public API. If the app uses the private API it cannot be installed. * proper public APIs. If this is set to true it will just allow to install or
* enable apps that pass this check.
*/ */
'appcodechecker' => true, 'appcodechecker' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment