diff --git a/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php b/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php index 1f8d1a1..8ea4f78 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php +++ b/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php @@ -54,7 +54,7 @@ if(isset($_GET["add_todoitem"])){ } if(isset($_GET["update_box_id"])){ - $box_id=htmlspecialchars($_POST["update_box_id"]); + $box_id=htmlspecialchars($_GET["update_box_id"]); $status=htmlspecialchars($_GET["checked"]); if($status=="true") $status=1;