' . __('You can exclude specific files/directories from the scan which would not normally pose any security threat if they were changed. These can include things such as log files.', 'all-in-one-wp-security-and-firewall') . '';
echo '
' . __('Example: If you want the scanner to ignore certain files in different directories or whole directories, then you would enter the following:', 'all-in-one-wp-security-and-firewall') . '
';
echo '
' . 'cache/config/master.php' . '
';
echo '
' . __('somedirectory', 'all-in-one-wp-security-and-firewall') . '
';
?>