aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud-config.php
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-25 00:01:58 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-25 02:42:47 +0200
commit65cd9e679154869b92b5c8e2f7f2d7391b02678a (patch)
tree9355f106cbeffdd330b24f8d5783c5127e8ca04c /community/nextcloud/nextcloud-config.php
parent56340e0c374f9f287da09df6dbf52894d2ea4861 (diff)
downloadaports-65cd9e679154869b92b5c8e2f7f2d7391b02678a.tar.bz2
aports-65cd9e679154869b92b5c8e2f7f2d7391b02678a.tar.xz
community/nextcloud: remove updater and disable messing w/ htaccess
Diffstat (limited to 'community/nextcloud/nextcloud-config.php')
-rw-r--r--community/nextcloud/nextcloud-config.php2
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,
);