From 648c126b070fc83ddb66b0353d03c4ad31b87551 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 15 Jun 2025 16:14:16 +0400 Subject: feat: audio recording --- public/index.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 9e6ccf1..c3eea01 100644 --- a/public/index.php +++ b/public/index.php @@ -233,7 +233,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt');
-
+
+ + @@ -336,6 +338,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); } +
Title: