Update welcome.php
This commit is contained in:
@@ -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>');
|
||||||
|
|||||||
Reference in New Issue
Block a user