This commit is contained in:
thaaoblues 2024-09-09 17:43:50 +02:00
parent 9253922974
commit 4426e82b27

View file

@ -16,7 +16,7 @@ function connection(){
//console.log(data);
switch(data.status){
case 1:
case "1":
window.location.href = "index.php";
break;
default: