mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update config.sample.php
This commit is contained in:
parent
6dfc63a240
commit
1a0fc49018
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ $CONFIG = array(
|
|||
'allow_user_to_change_display_name' => true,
|
||||
|
||||
/* Check 3rdparty apps for malicious code fragments */
|
||||
"appcodechecker" => false,
|
||||
"appcodechecker" => true,
|
||||
|
||||
/* Check if ownCloud is up to date */
|
||||
"updatechecker" => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue