From 8edfc630f70d551b7ec05b5ed3c8a567fb752d49 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 22 Jul 2024 09:53:30 +0200 Subject: [PATCH] fix redirect after install --- install/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/run.php b/install/run.php index 11ec5de17..bf13ce796 100644 --- a/install/run.php +++ b/install/run.php @@ -67,7 +67,7 @@ $("#countdown").text(countdown); if (countdown <= 0) { clearInterval(countdownInterval); - window.location.href = "/index.php/user/login/1"; + window.location.href = _POST.websiteurl + "index.php/user/login/1"; } }, 1000); } catch (error) {