From d48dfdc8576b6737a1a064abe9ebb5746fdcf440 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 19 Mar 2015 03:35:10 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index c21d2bd12..2dc2192fe 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -497,8 +497,9 @@ ownCloud performs several verification checks. There are two options, 'appcodechecker' => true, -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. :: @@ -682,8 +683,9 @@ indicates if a web server can write files to that folder. 'appcodechecker' => true, -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.