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

talk.php 260 B

5 months ago
5 months ago
1234567891011
  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';