Files
SIGE-WEB-snapshot/ambiente-de-test/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php

8 lines
552 B
PHP

<?php if (!defined('AIO_WP_SECURITY_PATH')) die('No direct access allowed'); ?>
<div class="error">
<h3><?php echo __('Cookie based brute force login prevention currently disabled', 'all-in-one-wp-security-and-firewall');?></h3>
<p>
<?php echo sprintf(__('Cookie based brute force login prevention is currently disabled via the AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION constant (which is most likely to be defined in your %s)', 'all-in-one-wp-security-and-firewall'), AIOWPSecurity_Utility_File::get_home_path().'wp-config.php'); ?>
</p>
</div>