feat: status page + maintenance
This commit is contained in:
@@ -5,9 +5,9 @@ function reboot() {
|
||||
document.getElementById("logs").innerHTML = this.responseText;
|
||||
}
|
||||
};
|
||||
xhttp.open("GET", "https://www.thsf.net/maintenance/reboot.py", true);
|
||||
xhttp.open("GET", "https://www.thsf.net/thsf.net/maintenance/reboot.py", true);
|
||||
xhttp.send();
|
||||
setTimeout(function () {
|
||||
document.location="https://www.thsf.net/maintenance/status.py"}, 5000
|
||||
document.location="https://www.thsf.net/thsf.net/maintenance/status.py"}, 5000
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user