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('<table class="table">');
echo('<thead>'); echo('<thead>');
echo('<tr>'); 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('</tr>');
echo('</thead>'); echo('</thead>');
echo('<tbody>'); echo('<tbody>');
@@ -89,7 +89,7 @@ $email = $_SESSION["email"];
echo('<td>'.$action.'</td>'); echo('<td>'.$action.'</td>');
echo('</tr>'); echo('</tr>');
$stmt->close(); $stmt->close();
$num_of_users--; $num_of_etrys--;
} }
echo('</tbody>'); echo('</tbody>');
echo('</table>'); echo('</table>');