migrate to mysql

This commit is contained in:
2023-01-29 20:59:36 +01:00
parent 9a8b5eddfd
commit 114f037e03
9 changed files with 280 additions and 272 deletions

View File

@@ -37,6 +37,17 @@
});
}
else if(data == "admin"){
$.post("index.php",
{
kod: kod,
listeners: 1,
ini: "admin"
},
function(data, status){
location.reload();
});
}
else{
$("#error").fadeIn();
}