ダブル・クヲゥトを escape
This commit is contained in:
+3
-3
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user