ニジカもんすたぁ!! トップ・ページ https://nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
203 B

  1. <?php
  2. if ($_SERVER['HTTP_HOST'] === 'nizika.monster')
  3. header ('location: //nizika.tv/talk.php');
  4. $dt = $_GET['dt'];
  5. $name = $_GET['chat'];
  6. $answer = $_GET['answer'];
  7. require_once './talk.frm.php';