for a copy of the GNU General * Public License. * * ADDITIONAL TERMS per GNU General Public License version 3 Section 7 * * The origin of this software must not be misrepresented; you must * not claim that you wrote the original software. Altered source * versions must be plainly marked as such, and must not be * misrepresented as being the original software. This notice may * not be removed or altered from any source distribution. See * for more information. */ /** * WP fail2ban * * @package wp-fail2ban */ namespace org\lecklider\charles\wordpress\wp_fail2ban; // @codeCoverageIgnoreStart defined('ABSPATH') or exit; require_once __DIR__.'/constants.php'; require_once __DIR__.'/freemius.php'; // @codeCoverageIgnoreEnd