From c2711869d45fc04f7079b9da8fdeaf0ac809a5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 01:50:29 +0100 Subject: [PATCH] test if fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/web/index.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 {