Update user_list.php
This commit is contained in:
@@ -92,11 +92,11 @@ include "perms_functions.php";
|
||||
$email=$row["email"];
|
||||
$perms=$row["perms"];
|
||||
echo('<tr>');
|
||||
echo('<td>'.$id.'</td>');
|
||||
echo('<td>'.$last_id.'</td>');
|
||||
echo('<td>'.$username.'</td>');
|
||||
echo('<td>'.$email.'</td>');
|
||||
echo('<td>'.$perms.'</td>');
|
||||
echo('<td><a href="user_list?delete='.$id.'">delete</a></td>');
|
||||
echo('<td><a href="user_list?delete='.$last_id.'">delete</a></td>');
|
||||
echo('</tr>');
|
||||
$stmt->close();
|
||||
$num_of_users--;
|
||||
|
||||
Reference in New Issue
Block a user