summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-16 15:51:48 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-16 15:51:48 +0200
commitb31b6db4deb894b7a4db625247b8c63cd546cd3c (patch)
tree28203cc92b7a4e19a98954be99525a5ab99f7a66 /config
parent2f10b60c9e10e86337f1fb8b2bec3ebf11897363 (diff)
downloadnextcloud-server-b31b6db4deb894b7a4db625247b8c63cd546cd3c.tar.gz
nextcloud-server-b31b6db4deb894b7a4db625247b8c63cd546cd3c.zip
Reword the description
The old one was just horrible wrong.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php2
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 */