mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Removed uneeded Password Variable and query under user settings
This commit is contained in:
@@ -10,11 +10,6 @@ $sql_recent_logs = mysqli_query($mysqli,"SELECT * FROM logs
|
||||
WHERE user_id = $session_user_id AND log_type NOT LIKE 'Login'
|
||||
ORDER BY log_id DESC LIMIT 10");
|
||||
|
||||
$sql_user = mysqli_query($mysqli,"SELECT * FROM users WHERE user_id = $session_user_id");
|
||||
|
||||
$row = mysqli_fetch_array($sql_user);
|
||||
$password = $row['password'];
|
||||
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user