Update welcome.php

This commit is contained in:
jakani24
2024-02-22 15:15:01 +01:00
parent e527831afc
commit b6ffd218a0

View File

@@ -79,7 +79,7 @@ $email = $_SESSION["email"];
$last_id=$row["id"];
$machineid=$row["machine_id"];
$hash=$row["hash"];
$file=$row["file"];
$file=$row["path"];
$action=$row["action"];
echo('<tr>');
echo('<td>'.$last_id.'</td>');