From 92602774197893585865823a8002037b112ec825 Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 24 Jan 2019 08:40:01 +0100 Subject: [PATCH] File browser: force download of files --- plugins/dynamix/include/Browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/Browse.php b/plugins/dynamix/include/Browse.php index 3071f83f8..92dfcf9d0 100644 --- a/plugins/dynamix/include/Browse.php +++ b/plugins/dynamix/include/Browse.php @@ -88,7 +88,7 @@ foreach ($list as $row) { $tag = strpos($row['disk'],',')===false ? '' : 'warning'; echo ""; echo "
"; - echo "".htmlspecialchars($row['name']).""; + echo "".htmlspecialchars($row['name']).""; echo "".my_scale($row['size'],$unit)." $unit"; echo "".my_time($row['time'],"%F {$display['time']}").""; echo "{$row['disk']}";