Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-16 18:03:30 +0400
committerLukas Reschke <lukas@owncloud.com>2014-09-16 18:03:30 +0400
commit7a2dbc25cb18ed4094c48c9b9e1d239fdc756534 (patch)
tree668cb7e68080e27216c1fff33482e9f2c8fa2d84 /config
parent16c5925155bfd6c7cc35745b233b0739fb513f51 (diff)
Revert "Reword the description"
This reverts commit 16c5925155bfd6c7cc35745b233b0739fb513f51.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f8afd162f7e..bfe7e5c9ffc 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -129,9 +129,9 @@ $CONFIG = array(
/* allow user to change his display name, if it is supported by the back-end */
'allow_user_to_change_display_name' => true,
-/* Ensure that 3rdparty applications follows coding guidelines */
-"appcodechecker" => true,
-
+/* Check 3rdparty apps for malicious code fragments */
+"appcodechecker" => false,
+
/* Check if ownCloud is up to date */
"updatechecker" => true,