backup';
$info_msg = sprintf(__('This should not have any impact on your site\'s general functionality but if you wish you can take a %s of your .htaccess file before proceeding.', 'all-in-one-wp-security-and-firewall'), $backup_tab_link);
echo '
'.__('The features in this tab allow you to activate some basic firewall security protection rules for your site.', 'all-in-one-wp-security-and-firewall').
'
'.__('The firewall functionality is achieved via the insertion of special code into your currently active .htaccess file.', 'all-in-one-wp-security-and-firewall').
'
'.$info_msg.'
';
?>
include_template('wp-admin/firewall/partials/xmlrpc-warning-notice.php'); ?>
include_template('wp-admin/firewall/partials/basic-firewall-settings.php');
$aio_wp_security->include_template('wp-admin/firewall/partials/xmlrpc-pingback-protection.php');
$aio_wp_security->include_template('wp-admin/firewall/partials/disable-rss-atom.php');
$aio_wp_security->include_template('wp-admin/firewall/partials/block-debug-log.php');
?>