diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-03 15:38:44 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-03 15:38:44 +0200 |
commit | 1a0fc49018e79b93a35b7e96b1f481859f86fd53 (patch) | |
tree | 1a16d4b5ebbcacbef2163d33942525e0de53699d /config | |
parent | 6dfc63a24011aa3a0e96bd5e501acc8215922208 (diff) | |
download | nextcloud-server-1a0fc49018e79b93a35b7e96b1f481859f86fd53.tar.gz nextcloud-server-1a0fc49018e79b93a35b7e96b1f481859f86fd53.zip |
Update config.sample.php
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 0bfdef6af5a..728c2e76c5a 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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, |