Update incident_list.php

This commit is contained in:
jakani24
2024-06-25 20:32:15 +02:00
parent 5fa805e0ac
commit 5140f7a2c3

View File

@@ -91,7 +91,7 @@ include "../../../api/php/log/add_server_entry.php"; //to log things
echo('<td>'.$last_id.'</td>');
echo('<td>'.$status.'</td>');
echo('<td>'.$description.'</td>');
echo('<td><a href="manage_incident.php?incident_id='.$last_id.'">Goto Incident</a></td>');
echo('<td><a href="manage_incident.php?incident_id='.$last_id.'&show=overview">Goto Incident</a></td>');
echo('</tr>');
$stmt->close();
$num_of_incidents--;