mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed uneeded Current PasswordHash Variable
This commit is contained in:
1
post.php
1
post.php
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user