From 4374f5e3cd8df297903dc75c742a27da55a87cb8 Mon Sep 17 00:00:00 2001 From: Ivan Carlos de Almeida Date: Sun, 21 Dec 2025 19:45:17 -0300 Subject: [PATCH] add manage users --- inspect_users.php | 9 -- public/main.php | 5 + public/manage_permissions.php | 241 ++++++++++++++++++++++++++++++++++ 3 files changed, 246 insertions(+), 9 deletions(-) delete mode 100644 inspect_users.php create mode 100644 public/manage_permissions.php diff --git a/inspect_users.php b/inspect_users.php deleted file mode 100644 index a601c51..0000000 --- a/inspect_users.php +++ /dev/null @@ -1,9 +0,0 @@ -query("DESCRIBE users"); - print_r($stmt->fetchAll(PDO::FETCH_ASSOC)); -} catch (PDOException $e) { - echo "Error: " . $e->getMessage(); -} diff --git a/public/main.php b/public/main.php index caefda8..ff6172f 100644 --- a/public/main.php +++ b/public/main.php @@ -247,6 +247,11 @@ function sort_arrow($col, $current_by, $current_dir) { + +
+ +
+