mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix redirect after install
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user