Skip to content

Commit

Permalink
Remove log file not found message #1791
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Oct 14, 2024
1 parent 048377f commit ef56185
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions modules/debug/views/view_log.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@
<hr>

<div id="upstream-debug-log">
<h2><?php echo $context['label']['log_file']; ?></h2>

<?php if (! $context['is_log_found']) : ?>
<p><?php echo esc_html($context['message']['log_not_found']); ?></p>

<p><?php echo esc_html($context['message']['contact_support_tip']);?> <a href="mailto:<?php echo esc_attr($context['contact_email']); ?>"><?php echo esc_html($context['contact_email']); ?></a></p>
<?php endif; ?>

<?php if ($context['is_log_found']) : ?>
<h2><?php echo $context['label']['log_file']; ?></h2>

<h3><?php echo esc_html($context['label']['file_info']); ?></h3>
<table id="upstream-debug-log-info">
<tr>
Expand Down

0 comments on commit ef56185

Please sign in to comment.