mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
440e30b611
Overhaul of spam protection to use an extension on Form rather than the SpamProtectorManager. More fluent interface and easier to replace the built in spam protection api with an alternative.
11 lines
269 B
PHP
11 lines
269 B
PHP
<?php
|
|
|
|
/**
|
|
* Default configuration settings for the Spam Protection module.
|
|
*
|
|
* You should not put your own configuration in here rather use your
|
|
* mysite/_config.php file
|
|
*
|
|
* @package spamprotection
|
|
*/
|
|
Deprecation::notification_version('1.1', 'spamprotection'); |