silverstripe-spamprotection/_config.php

15 lines
306 B
PHP
Raw Normal View History

2009-02-03 22:29:55 +01:00
<?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
*/
2016-10-10 07:44:28 +02:00
use SilverStripe\Dev\Deprecation;
Deprecation::notification_version('3.0', 'spamprotection');