Browse Source

ダブル・クヲゥトを escape

bc-detail
みてるぞ 4 months ago
parent
commit
535e44c4e7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      broadcast/talk.php

+ 3
- 3
broadcast/talk.php View File

@@ -3,9 +3,9 @@
if ($_SERVER['HTTP_HOST'] === 'nizika.monster')
header ('location: //nizika.tv/talk.php');

$dt = $_GET['dt'];
$chat = $_GET['chat'];
$answer = $_GET['answer'];
$dt = htmlspecialchars ($_GET['dt']);
$chat = htmlspecialchars ($_GET['chat']);
$answer = htmlspecialchars ($_GET['answer']);

require_once './talk.frm.php';


Loading…
Cancel
Save