Files

29 lines
2.1 KiB
PHP
Executable File

<?php if (!defined('ABSPATH')) die('No direct access.'); ?>
<h2><?php esc_html_e('System logs', 'all-in-one-wp-security-and-firewall'); ?></h2>
<div class="aio_blue_box">
<?php
echo '<p>'.esc_html__('Sometimes your hosting platform will produce error or warning logs in a file called "error_log".', 'all-in-one-wp-security-and-firewall').'<br />'.esc_html__('Depending on the nature and cause of the error or warning, your hosting server can create multiple instances of this file in numerous directory locations of your WordPress installation.', 'all-in-one-wp-security-and-firewall').'<br />'.esc_html__('By occasionally viewing the contents of these logs files you can keep informed of any underlying problems on your system which you might need to address.', 'all-in-one-wp-security-and-firewall').'</p>';
?>
</div>
<div id="aios-host-system-logs-message" ></div>
<div class="postbox">
<h3 class="hndle"><label for="title"><?php esc_html_e('View system logs', 'all-in-one-wp-security-and-firewall'); ?></label></h3>
<div id="aios-host-system-logs" class="inside">
<p><?php esc_html_e('Please press the button below to view the latest system logs', 'all-in-one-wp-security-and-firewall'); ?>:</p>
<form action="" id="aios-host-system-logs-form" method="POST">
<input type="hidden" name="aiowps_search_error_files"value="1"/>
<div>
<label for="aiowps_system_log_file"><?php esc_html_e('Enter System Log File Name', 'all-in-one-wp-security-and-firewall'); ?>:</label>
<input id="aiowps_system_log_file" type="text" size="25" name="aiowps_system_log_file" value="<?php echo esc_html($sys_log_file); ?>" />
<span class="description"><?php esc_html_e('Enter your system log file name. (Defaults to error_log)', 'all-in-one-wp-security-and-firewall'); ?></span>
</div>
<div class="aio_spacer_15"></div>
<input type="submit" value="<?php esc_html_e('View latest system logs', 'all-in-one-wp-security-and-firewall'); ?>" class="button-primary search-error-files">
<div id="aiowps_activejobs_table">
</div>
</form>
</div>
</div>
<div id="aios-host-system-logs-results" ></div>