migrate to mysql
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user