commit | 543e70c7b8c24e14e9c5254960626903b6944220 | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 14:08:49 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 14:08:49 2019 +0200 |
tree | c921f2f314c0125565c531f34449f9a8b975a6a7 | |
parent | 78e5bb0dd5d9a8c8b5c33532191034a88c9e15f8 [diff] [blame] |
Added improved messaging
diff --git a/php/change_password.php b/php/change_password.php index 82ffcde..6f13127 100644 --- a/php/change_password.php +++ b/php/change_password.php
@@ -4,7 +4,7 @@ // Check if confirmation is the same if ($_POST['password'] != $_POST['confirmation']) { - header("Location: ../main.php?wrong_password=1"); + header("Location: ../main.php?wrongconfirmation=1"); die(); } else { // Execute query to change password