From 70da8f231232dbc3bccdb4976d65ba49050a8634 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 Oct 2025 04:10:21 +0500 Subject: feat: display uploaded sounds --- sounds/index.php | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 sounds/index.php (limited to 'sounds') diff --git a/sounds/index.php b/sounds/index.php new file mode 100644 index 0000000..c2a50b8 --- /dev/null +++ b/sounds/index.php @@ -0,0 +1,108 @@ +prepare('SELECT * FROM sounds ORDER BY uploaded_at DESC'); +$stmt->execute(); + +$sounds = $stmt->fetchAll(PDO::FETCH_ASSOC); +?> + + + + + <?= INSTANCE_NAME ?> + + + + + + +
+
+ +
+ + +
+ + +

No sounds

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