diff --git a/index.php b/index.php index 906db98..02cc717 100644 --- a/index.php +++ b/index.php @@ -462,13 +462,19 @@ if ($action === 'register') { } /* ============================================================ - VUE : INSCRIPTION + VUE : ADMINISTRATION ============================================================ */ if ($action === 'admin' && isset($_SESSION['owner_id']) && $_SESSION['owner_id'] == 1) { $users = $db->query("SELECT id, name, email FROM owners ORDER BY id ASC")->fetchAll(PDO::FETCH_ASSOC); ?>
| = htmlspecialchars($u['id']) ?> | = htmlspecialchars($u['name']) ?> | = htmlspecialchars($u['email']) ?> | +Supprimer |