diff --git a/pheditor.php b/pheditor.php index 099fccb..9ced070 100755 --- a/pheditor.php +++ b/pheditor.php @@ -993,6 +993,7 @@ function getCookie(name) { if (password != null && password.length > 0) { $.post("", { action: "password", + token: token, password: password }, function(data) { alertBox(data.error ? "Error" : "Success", data.message, data.error ? "red" : "green");