Update welcome.php

This commit is contained in:
jakani24
2024-02-22 15:13:40 +01:00
parent 5abdc0e1b7
commit 0311d7c036

View File

@@ -64,7 +64,7 @@ $email = $_SESSION["email"];
echo('<table class="table">');
echo('<thead>');
echo('<tr>');
echo('<th>Machineid</th><th>File</th><th>Hash</th><th>Action Taken</th>');
echo('<th>Entryid</th><th>Machineid</th><th>File</th><th>Hash</th><th>Action Taken</th>');
echo('</tr>');
echo('</thead>');
echo('<tbody>');
@@ -89,7 +89,7 @@ $email = $_SESSION["email"];
echo('<td>'.$action.'</td>');
echo('</tr>');
$stmt->close();
$num_of_users--;
$num_of_etrys--;
}
echo('</tbody>');
echo('</table>');