Removed uneeded Current PasswordHash Variable

This commit is contained in:
johnnyq 2021-08-09 23:37:10 -04:00
parent b8d8a51a3b
commit 577fd1a3b4
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ if(isset($_POST['edit_user'])){
$user_id = intval($_POST['user_id']);
$name = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['name'])));
$email = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['email'])));
$current_password_hash = $_POST['current_password_hash'];
$new_password = $_POST['new_password'];
$company = intval($_POST['company']);
$level = intval($_POST['level']);