From 6e731c328aa66d61d882dc73080175f352d82ebc Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 25 Oct 2025 20:12:11 +0500 Subject: feat: sound upload --- lib/config.php | 13 +++++++++++ lib/sounds.php | 12 ++++++++++ sounds/upload.php | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 lib/config.php create mode 100644 lib/sounds.php create mode 100644 sounds/upload.php diff --git a/lib/config.php b/lib/config.php new file mode 100644 index 0000000..8705999 --- /dev/null +++ b/lib/config.php @@ -0,0 +1,13 @@ +getMessage()); + } +} +?> + + + + + Sounds - tinyemotes + + + + + +
+
+ + +
+
+ + +
+ +
+ + +
+ + +
+ + + \ No newline at end of file -- cgit v1.2.3