diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-16 16:03:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-16 16:03:30 +0200 |
commit | 7a2dbc25cb18ed4094c48c9b9e1d239fdc756534 (patch) | |
tree | 668cb7e68080e27216c1fff33482e9f2c8fa2d84 | |
parent | 16c5925155bfd6c7cc35745b233b0739fb513f51 (diff) | |
download | nextcloud-server-7a2dbc25cb18ed4094c48c9b9e1d239fdc756534.tar.gz nextcloud-server-7a2dbc25cb18ed4094c48c9b9e1d239fdc756534.zip |
Revert "Reword the description"
This reverts commit 16c5925155bfd6c7cc35745b233b0739fb513f51.
m--------- | 3rdparty | 0 | ||||
-rwxr-xr-x | config/config.sample.php | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty b/3rdparty -Subproject 82d02dd48ad11312bd740c57720dc84b4d66fa8 +Subproject 1cee06106ad92716f4d0553fe4be4f491cdc681 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, |