From 54e614abf857573672e5f3719f479e59e8cc3150 Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 7 Dec 2023 01:38:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E8=A1=A8=E7=A4=BA=E3=81=BE?= =?UTF-8?q?=E3=81=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broadcast/.gitignore | 2 ++ broadcast/index.frm.php | 30 ++++++++++++++++++++++++++++++ broadcast/index.php | 25 ++++++++++++++++++++++++- 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 broadcast/.gitignore diff --git a/broadcast/.gitignore b/broadcast/.gitignore new file mode 100644 index 0000000..045dbda --- /dev/null +++ b/broadcast/.gitignore @@ -0,0 +1,2 @@ +/log.txt + diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index e69de29..f5a3a9f 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -0,0 +1,30 @@ + + + + + + + + +
+
+ +
+ +
+ + +
+ +
+ > +
+ +
+ +
+
+ + + + diff --git a/broadcast/index.php b/broadcast/index.php index c3ac955..deb15a0 100644 --- a/broadcast/index.php +++ b/broadcast/index.php @@ -1,6 +1,29 @@ $dt[0], + 'chat_icon' => $chat_info -> author -> imageUrl, + 'chat_name' => $chat_info -> author -> name, + 'chat_message' => $chat_info -> message, + 'answer' => $dt[2]]; + } + + } + +fclose ($f); + +unset ($f); require_once './index.frm.php';