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';