From 23a5af48aec6d62230ef11da905dec1912222f74 Mon Sep 17 00:00:00 2001 From: mad Date: Sun, 12 Aug 2018 17:22:18 +0200 Subject: [PATCH] multiple paths in one divided by pipes after a loooong discussion --- web/index.php | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/web/index.php b/web/index.php index 5a52ab1..ede6b68 100644 --- a/web/index.php +++ b/web/index.php @@ -85,14 +85,29 @@ for ($col=0; $col
cdrom
"; + } elseif (preg_match('/drive/', $arrColnames[$col])){ + echo "
$arrColnames[$col]
"; } else { echo "
$arrColnames[$col]
"; }