mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Fix some potential security hazards
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user