Files
carpseeds.pl/wp-content/plugins/newsletter/subscription/defaults-antibot.php
2024-07-15 11:28:08 +02:00

11 lines
257 B
PHP

<?php
// This file is used only on first installation!
$options = array();
$options['ip_blacklist'] = array();
$options['address_blacklist'] = array();
$options['antiflood'] = 60;
$options['akismet'] = 0;
$options['captcha'] = 0;
$options['disabled'] = 0;