Skip to content

Commit c72d8b0

Browse files
joshtrichardsananace
authored andcommitted
feat(updater): Disable web based updater for real (nextcloud#2109)
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent a6921d5 commit c72d8b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
$CONFIG = array (
3+
'upgrade.disable-web' => true,
4+
);

0 commit comments

Comments
 (0)