diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-16 15:51:48 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-16 15:51:48 +0200 |
commit | b31b6db4deb894b7a4db625247b8c63cd546cd3c (patch) | |
tree | 28203cc92b7a4e19a98954be99525a5ab99f7a66 /config | |
parent | 2f10b60c9e10e86337f1fb8b2bec3ebf11897363 (diff) | |
download | nextcloud-server-b31b6db4deb894b7a4db625247b8c63cd546cd3c.tar.gz nextcloud-server-b31b6db4deb894b7a4db625247b8c63cd546cd3c.zip |
Reword the description
The old one was just horrible wrong.
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 71105a8b10d..879ba9e9d01 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -160,7 +160,7 @@ $CONFIG = array( /* allow user to change his display name, if it is supported by the back-end */ 'allow_user_to_change_display_name' => true, -/* Check 3rdparty apps for malicious code fragments */ +/* Ensure that 3rdparty applications follows coding guidelines */ "appcodechecker" => true, /* Check if ownCloud is up to date */ |