Update client_list.php

This commit is contained in:
jakani24
2024-03-09 16:57:02 +01:00
parent d6f938f724
commit 3eaed5187f

View File

@@ -105,7 +105,7 @@ include "perms_functions.php";
$result = $stmt->get_result();
$row = $result->fetch_assoc();
$last_id=$row["id"];
$machine_id=$row["machine_id"];
$machine_id=$row["machine_name"];
$machine_location=$row["machine_location"];
$machine_ip=$row["machine_ip"];
echo('<tr>');