creating filament tracking

This commit is contained in:
Janis Steiner
2024-10-14 14:58:15 +01:00
parent 0f9db35b48
commit 0d6ef57b1a

View File

@@ -371,7 +371,7 @@ async function delete_input(input,action,id,row){
if (mysqli_stmt_num_rows($stmt) > 0) { if (mysqli_stmt_num_rows($stmt) > 0) {
while (mysqli_stmt_fetch($stmt)) { while (mysqli_stmt_fetch($stmt)) {
$real_usage=($usr_filament_usage/1000) $real_usage=($usr_filament_usage/1000);
echo "<tr> echo "<tr>
<td>{$usr_id}</td> <td>{$usr_id}</td>
<td>{$usr_username}</td> <td>{$usr_username}</td>