Skip to content

Commit

Permalink
Fix changing password
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidsamak committed Oct 3, 2021
1 parent 69a79e3 commit 957014a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pheditor.php
Expand Up @@ -993,6 +993,7 @@ function getCookie(name) {
if (password != null && password.length > 0) {
$.post("<?= $_SERVER['SCRIPT_NAME'] ?>", {
action: "password",
token: token,
password: password
}, function(data) {
alertBox(data.error ? "Error" : "Success", data.message, data.error ? "red" : "green");
Expand Down

0 comments on commit 957014a

Please sign in to comment.