ニジカもんすたぁ!! トップ・ページ 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
260 B

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