diff --git a/root/opt/mailstats/html/ShowDetailedLogs.php b/root/opt/mailstats/html/ShowDetailedLogs.php new file mode 100644 index 0000000..75d6e0a --- /dev/null +++ b/root/opt/mailstats/html/ShowDetailedLogs.php @@ -0,0 +1,29 @@ + diff --git a/root/opt/mailstats/html/showSummaryLogs.php b/root/opt/mailstats/html/showSummaryLogs.php index 70e847a..9be82d0 100644 --- a/root/opt/mailstats/html/showSummaryLogs.php +++ b/root/opt/mailstats/html/showSummaryLogs.php @@ -75,6 +75,7 @@ function generateLogDataTable($logData) { $values = array_values($mergedData); $output = '
' . htmlspecialchars($values[$chunkIndex * 6+ $i]) . ' | '; + $val = htmlspecialchars($values[$chunkIndex * 6+ $i]); + if ($key == 'id'){ + $output .= '' . "".$val." | "; + } else { + $output .= '' . $val . ' | '; + } } $output .= '