diff --git a/root/opt/mailstats/html/ShowDetailedLogs.php b/root/opt/mailstats/html/ShowDetailedLogs.php index d2a6d20..10b3bd2 100644 --- a/root/opt/mailstats/html/ShowDetailedLogs.php +++ b/root/opt/mailstats/html/ShowDetailedLogs.php @@ -227,6 +227,8 @@ $conn->close(); Log details for PID <?= e($pid) ?> (record <?= e($id) ?>) + +
diff --git a/root/opt/mailstats/html/favicon.ico b/root/opt/mailstats/html/favicon.ico new file mode 100644 index 0000000..4b85104 Binary files /dev/null and b/root/opt/mailstats/html/favicon.ico differ diff --git a/root/opt/mailstats/html/showSummaryLogs.php b/root/opt/mailstats/html/showSummaryLogs.php index 5633440..bf8e052 100644 --- a/root/opt/mailstats/html/showSummaryLogs.php +++ b/root/opt/mailstats/html/showSummaryLogs.php @@ -200,6 +200,7 @@ function generateLogDataTable($logData) { Summary Logs +
diff --git a/root/opt/mailstats/templates/mailstats.html.pt b/root/opt/mailstats/templates/mailstats.html.pt index 18e0bdf..00b017b 100644 --- a/root/opt/mailstats/templates/mailstats.html.pt +++ b/root/opt/mailstats/templates/mailstats.html.pt @@ -3,6 +3,7 @@ SMEServer Mailstats + diff --git a/smeserver-mailstats.spec b/smeserver-mailstats.spec index 008164b..1833dd0 100644 --- a/smeserver-mailstats.spec +++ b/smeserver-mailstats.spec @@ -6,7 +6,7 @@ Summary: Daily mail statistics for SME Server %define name smeserver-mailstats Name: %{name} %define version 11.1 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -90,6 +90,9 @@ usermod -aG systemd-journal www /sbin/ldconfig %changelog +* Thu Sep 04 2025 Brian Read 11.1-6.sme +- Add favicon to mailstats table, summary and detailed pages [SME: 13121] + * Tue Sep 02 2025 Brian Read 11.1-5.sme - Speed up Journal access [SME: 13121] - Fix missing blacklist URL [SME: 13121] @@ -181,4 +184,4 @@ usermod -aG systemd-journal www - Add Update event to createlinks Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089] * Sat May 26 2012 Brian J read 1.0-1.sme -- Initial version \ No newline at end of file +- Initial version