mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update user_profile.php
Unset $parameters array
This commit is contained in:
@@ -396,6 +396,7 @@
|
||||
unlink(session_save_path() . "/sess_" . $row['session_id']);
|
||||
}
|
||||
}
|
||||
unset($sql, $parameters);
|
||||
|
||||
//create a one way hash for the user password
|
||||
$array['users'][$x]['password'] = password_hash($password, PASSWORD_DEFAULT, $options);
|
||||
|
||||
Reference in New Issue
Block a user