From c8db09ffcf9b61717a231d4ee6373c6866b1ccfa Mon Sep 17 00:00:00 2001 From: jakani24 Date: Tue, 25 Jun 2024 20:22:00 +0200 Subject: [PATCH] Update manage_incident.php --- .../cyberhex-code/system/secure_zone/php/manage_incident.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;