From f79c8898cf716c142b47ac239182ce9933e5f8c0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 4 Aug 2025 11:43:53 +0500 Subject: feat: web --- web/config.php | 13 +++++++++++++ web/index.php | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 web/config.php create mode 100644 web/index.php (limited to 'web') diff --git a/web/config.php b/web/config.php new file mode 100644 index 0000000..eff0d0f --- /dev/null +++ b/web/config.php @@ -0,0 +1,13 @@ +query('SELECT name FROM rooms ORDER BY joined_at, departed_at DESC'); +$stmt->execute(); +$rooms = $stmt->fetchAll(PDO::FETCH_ASSOC); +?> + + + + + Index - <?= INSTANCE_NAME ?> + + + + + + +

Index of

+ +

There are no rooms. Add one!

+ + + + + + + + + + + + +
RoomLast message
+ + + + + \ No newline at end of file -- cgit v1.2.3