[BC] 詳細画面 とりま動くものにはなった

This commit is contained in:
2024-04-25 04:07:32 +09:00
parent 0a1e46dd37
commit d50e23172b
6 changed files with 96 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if ($_SERVER['HTTP_HOST'] === 'nizika.monster')
header ('location: //nizika.tv/talk.php');
$dt = $_GET['dt'];
$name = $_GET['chat'];
$chat = $_GET['chat'];
$answer = $_GET['answer'];
require_once './talk.frm.php';