MantisBT: master d3948320

Author Committer Branch Timestamp Parent
dregad dregad master 2025-03-06 06:39 master 0b9dd984
Affected Issues  0022098: Setting bottom_include_page does not include specified file
 0035551: Improve output of log events when $g_log_destination = 'page'
Changeset

Refactor log_print_to_page()

  • use HEREDOC instead of individual echo statements
  • Fix invalid HTML
  • Use helper_log_to_page()
  • Use a single loop instead of 2 to process log events

Fixes 0022098, 0035551

mod - core/logging_api.php Diff File