🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 11:08:08 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
views
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/views
🔄 Refresh
✏️
Editing: logs.html
Writable
<% extends 'layout.html' %> <% block content %> <div class="wrap"> <h1 class="mailpoet-h1">Logs</h1> <div id="mailpoet_logs_container"></div> <script type="text/javascript"> <% autoescape 'js' %> var mailpoet_logs = <%= json_encode(logs) %>; var mailpoet_logs_default_from = '<%= logs_default_from %>'; <% endautoescape %> </script> </div> <%= localize({ 'pageTitle': __('Logs'), }) %> <% endblock %>
💾 Save Changes
❌ Cancel