From fca123e12783db1a45f8a0ab07a2c6da0cf2f27b Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 6 Jan 2021 11:31:02 +0100 Subject: [PATCH] Fix setup when maintenance mode is active --- setup/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/index.php b/setup/index.php index 9e41b37d7..b62e97f42 100644 --- a/setup/index.php +++ b/setup/index.php @@ -31,6 +31,7 @@ * * @since 3.0.0 N°3253 */ +$bBypassMaintenance = true; // Reset maintenance mode in case of problem require_once('../approot.inc.php');