fixed settings.php path

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 02:13:05 +01:00
parent 8fab5c0e43
commit e905d0174e
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<th>'.$row["universe"].'</th>
<th>'.$row["dmx_address"].'</th>
<th>
<a href="./settings.php?mac='.$row["mac_address"].'">
<a href="settings.php?mac='.$row["mac_address"].'">
<button type="button" class="btn btn-secondary">Configure</button>
</a>
</th>

View File