Update manage_incident.php
This commit is contained in:
@@ -97,6 +97,7 @@ if(isset($_GET["close_incident"])){
|
|||||||
$stmt->bind_param("si", $closed,$incident_id);
|
$stmt->bind_param("si", $closed,$incident_id);
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
$stmt->close();
|
$stmt->close();
|
||||||
|
header("Location: incident_list.php");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|||||||
Reference in New Issue
Block a user