fix redirect after install

This commit is contained in:
HB9HIL
2024-07-22 09:53:30 +02:00
parent c16e46737b
commit 8edfc630f7

View File

@@ -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) {