diff --git a/admin_users.php b/admin_users.php index ea66f02..18a3a5b 100755 --- a/admin_users.php +++ b/admin_users.php @@ -32,48 +32,41 @@ if ($result) { $users[] = $row; } } + +require_once 'inc/header.php'; ?> + ?> - - +
| ID | +Benutzername | +Rolle | +|||
|---|---|---|---|---|---|
| ID | -Benutzername | -Rolle | += htmlspecialchars($user['id']) ?> | += htmlspecialchars($user['username']) ?> | += htmlspecialchars($user['role']) ?> |
| = htmlspecialchars($user['id']) ?> | -= htmlspecialchars($user['username']) ?> | -= htmlspecialchars($user['role']) ?> | -