[Pkg-owncloud-commits] [owncloud] 66/118: proper description of appcodechecker in config sample

David Prévot taffit at moszumanska.debian.org
Fri Mar 27 22:13:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 3dad31d6dff9bc4b0d5c331355de86fba6c24620
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Fri Feb 27 17:50:50 2015 +0100

    proper description of appcodechecker in config sample
---
 config/config.sample.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index c98ce25..0423adc 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,
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list