diff --git a/server/web/index.php b/server/web/index.php index 0d0b7c4..09f63b6 100644 --- a/server/web/index.php +++ b/server/web/index.php @@ -40,18 +40,7 @@ if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { - echo ''' - - '.$row["id"].' - '.$row["universe"].' - '.$row["dmx_address"].' - -
- -
- - - '''; + echo ''.$row["id"].''.$row["universe"].''.$row["dmx_address"].'
'; } } else {