diff options
Diffstat (limited to 'community/nextcloud/nextcloud-config.php')
-rw-r--r-- | community/nextcloud/nextcloud-config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/nextcloud/nextcloud-config.php b/community/nextcloud/nextcloud-config.php index 09a74cf41b..13de237a34 100644 --- a/community/nextcloud/nextcloud-config.php +++ b/community/nextcloud/nextcloud-config.php @@ -16,5 +16,7 @@ $CONFIG = array ( 'writable' => true, ), ), + 'updatechecker' => false, + 'check_for_working_htaccess' => false, 'installed' => false, ); |