| Server IP : 68.178.247.200 / Your IP : 216.73.216.14 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/public_html/wp-content/plugins/publishpress/modules/debug/twig/ |
Upload File : |
<h1>{{ label.title }}</h1>
{% if messages %}
<div id="message" class="upstream-messages notice is-dismissible">
{% for message in messages %}
<p>{{ message|raw }}</p>
{% endfor %}
</div>
{% endif %}
<div id="upstream-debug-data">
<h2>{{ label.debug_data }}</h2>
<textarea readonly>{{ debug_data }}</textarea>
</div>
<hr>
<div id="upstream-debug-log">
<h2>{{ label.log_file }}</h2>
{% if not is_log_found %}
<p>{{ message.log_not_found }}</p>
<p>{{ message.contact_support_tip }} <a href="mailto:{{ contact_email }}">{{ contact_email }}</a></p>
{% endif %}
{% if is_log_found %}
<h3>{{ label.file_info }}</h3>
<table id="upstream-debug-log-info">
<tr>
<th>{{ label.path }}:</th>
<td>{{ file.path }}</td>
</tr>
<tr>
<th>{{ label.size }}:</th>
<td>{{ file.size }} KB</td>
</tr>
<tr>
<th>{{ label.modification_time }}:</th>
<td>{{ file.modification_time }}</td>
</tr>
</table>
<p>{{ message.click_to_delete }}</p>
<a class="button button-danger" href="{{ link_delete }}">{{ label.delete_file }}</a>
<h3>{{ label.log_content }}</h3>
<pre id="upstream-debug-log">{{ file.content }}</pre>
{% endif %}
</div>