Update manage_incident.php

This commit is contained in:
jakani24
2024-06-25 21:34:15 +02:00
parent 8fa35faa19
commit 211802ebe6

View File

@@ -97,6 +97,7 @@ if(isset($_GET["close_incident"])){
$stmt->bind_param("si", $closed,$incident_id);
$stmt->execute();
$stmt->close();
header("Location: incident_list.php");
}
?>
<!DOCTYPE html>