ダブル・クヲゥトを escape

This commit is contained in:
2024-05-02 06:43:16 +09:00
parent ba39be8551
commit 535e44c4e7
+3 -3
View File
@@ -3,9 +3,9 @@
if ($_SERVER['HTTP_HOST'] === 'nizika.monster') if ($_SERVER['HTTP_HOST'] === 'nizika.monster')
header ('location: //nizika.tv/talk.php'); header ('location: //nizika.tv/talk.php');
$dt = $_GET['dt']; $dt = htmlspecialchars ($_GET['dt']);
$chat = $_GET['chat']; $chat = htmlspecialchars ($_GET['chat']);
$answer = $_GET['answer']; $answer = htmlspecialchars ($_GET['answer']);
require_once './talk.frm.php'; require_once './talk.frm.php';