Fix some potential security hazards

This commit is contained in:
xiaomlove
2023-05-20 00:17:17 +08:00
parent 167af06cfa
commit fa95279e66
11 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ stdfoot();
//////////////////////////
if ($action == "answermessage") {
$answeringto = $_GET["answeringto"];
$answeringto = intval($_GET["answeringto"] ?? 0);
$receiver = intval($_GET["receiver"] ?? 0);
int_check($receiver,true);