From 5f8bb4be781a40de07b2c1bf88842a46e6ff65c5 Mon Sep 17 00:00:00 2001 From: mad Date: Sun, 12 Aug 2018 16:32:25 +0200 Subject: [PATCH] cdrom fix --- web/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/index.php b/web/index.php index b8e242e..5a52ab1 100644 --- a/web/index.php +++ b/web/index.php @@ -64,6 +64,11 @@ while ($col = $res->fetchArray(SQLITE3_ASSOC)) { } for ($col=0; $col
bootoption
"; + echo ""; } else { - if (isset($e[$arrColnames[$col]])){ - $val = $e[$arrColnames[$col]]; - } else { - $val = ""; - } echo "
$arrColnames[$col]
"; } }