BC詳細画面

This commit is contained in:
2024-04-24 04:51:42 +09:00
parent 2fba77b89f
commit 0a1e46dd37
9 changed files with 122 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
if ($_SERVER['HTTP_HOST'] === 'nizika.monster')
header ('location: //nizika.tv/talk.php');
$dt = $_GET['dt'];
$name = $_GET['chat'];
$answer = $_GET['answer'];
require_once './talk.frm.php';