From a7f5eebd26548da2964b1ded5116f446208291e8 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Fri, 19 Sep 2025 14:32:17 -0400 Subject: [PATCH] Make it easier to find the corresponding files --- front/php/components/logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/components/logs.php b/front/php/components/logs.php index aa8d5d52..53d9b6a1 100755 --- a/front/php/components/logs.php +++ b/front/php/components/logs.php @@ -62,7 +62,7 @@ function renderLogArea($params) { '
-
' . htmlspecialchars($fileName) . ' +
' . htmlspecialchars($filePath) . '
' . number_format((filesize($filePath) / 1000000), 2, ",", ".") . ' MB' . $downloadButtonHtml . '