BC詳細画面
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user