From 957014a293b118e598d3a9793f233a7e76393078 Mon Sep 17 00:00:00 2001 From: Hamid Date: Sun, 3 Oct 2021 17:55:06 +0330 Subject: [PATCH] Fix changing password --- pheditor.php | 1 + 1 file changed, 1 insertion(+) 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");