summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Richards <josh.t.richards@gmail.com>2023-12-11 17:54:39 -0500
committerGitHub <noreply@github.com>2023-12-11 22:54:39 +0000
commited6c68451d1fc60e401178d1ad8d855c25d7fefb (patch)
tree36b83a8ec1660047d0f66a12fb7b0381815e3731
parentd1dbc77e0b5e851105cf8606942e74b7d21fe682 (diff)
feat(updater): Disable web based updater for real (#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>
-rw-r--r--.config/upgrade-disable-web.config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/upgrade-disable-web.config.php b/.config/upgrade-disable-web.config.php
new file mode 100644
index 00000000..cb00b436
--- /dev/null
+++ b/.config/upgrade-disable-web.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'upgrade.disable-web' => true,
+);