]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "Reword the description"
authorLukas Reschke <lukas@owncloud.com>
Tue, 16 Sep 2014 14:03:30 +0000 (16:03 +0200)
committerLukas Reschke <lukas@owncloud.com>
Tue, 16 Sep 2014 14:03:30 +0000 (16:03 +0200)
This reverts commit 16c5925155bfd6c7cc35745b233b0739fb513f51.

3rdparty
config/config.sample.php

index 82d02dd48ad11312bd740c57720dc84b4d66fa8a..1cee06106ad92716f4d0553fe4be4f491cdc681f 160000 (submodule)
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 82d02dd48ad11312bd740c57720dc84b4d66fa8a
+Subproject commit 1cee06106ad92716f4d0553fe4be4f491cdc681f
index f8afd162f7ea618ab6acdb1522ade06f17a7925c..bfe7e5c9ffcacb2fe99711f12041b809311d869e 100755 (executable)
@@ -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,