Update welcome.php
This commit is contained in:
@@ -79,7 +79,7 @@ $email = $_SESSION["email"];
|
|||||||
$last_id=$row["id"];
|
$last_id=$row["id"];
|
||||||
$machineid=$row["machine_id"];
|
$machineid=$row["machine_id"];
|
||||||
$hash=$row["hash"];
|
$hash=$row["hash"];
|
||||||
$file=$row["file"];
|
$file=$row["path"];
|
||||||
$action=$row["action"];
|
$action=$row["action"];
|
||||||
echo('<tr>');
|
echo('<tr>');
|
||||||
echo('<td>'.$last_id.'</td>');
|
echo('<td>'.$last_id.'</td>');
|
||||||
|
|||||||
Reference in New Issue
Block a user