ダブル・クヲゥトを 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')
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';