From 1a0fc49018e79b93a35b7e96b1f481859f86fd53 Mon Sep 17 00:00:00 2001 From: Volkan Gezer <wakeup@users.noreply.github.com> Date: Sat, 3 May 2014 15:38:44 +0200 Subject: [PATCH] Update config.sample.php --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 0bfdef6af5..728c2e76c5 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, -- GitLab