1
0

Fixes and clean-up

This commit is contained in:
2018-11-03 01:37:37 +01:00
parent 2b76bd949e
commit 2740f6cdff
6 changed files with 14 additions and 28 deletions

View File

@ -8,7 +8,7 @@ $(document).ready(function(){
password=$("#password").val();
$.ajax({
type: "POST",
url: "login.php",
url: "zetatech-admin.php",
data: "username="+username+"&password="+password+"&login=Login",
success: function(response) {